You are here

function labjs_install in LABjs 7

Same name and namespace in other branches
  1. 6 labjs.install \labjs_install()

Implements hook_install().

File

./labjs.install, line 20
LABjs install file

Code

function labjs_install() {

  // Set module weight for it to run after locale module
  db_query("UPDATE {system} SET weight = 1 WHERE name = 'labjs' AND type = 'module'");
}