You are here

function biblio_xml_set_system_weight in Bibliography Module 6.2

Same name and namespace in other branches
  1. 7 modules/endnote/biblio_xml.install \biblio_xml_set_system_weight()
  2. 7.2 modules/endnote/biblio_xml.install \biblio_xml_set_system_weight()
1 call to biblio_xml_set_system_weight()
biblio_xml_enable in modules/endnote/biblio_xml.install

File

modules/endnote/biblio_xml.install, line 51
Database table creation for biblio_xml module.

Code

function biblio_xml_set_system_weight() {
  return update_sql("UPDATE {system} SET weight = 26 WHERE name = 'biblio_xml'");
}