You are here

function regcode_dynamic_install in Registration codes 6.2

Implements hook_install().

File

regcode_dynamic/regcode_dynamic.install, line 12
Installation functions

Code

function regcode_dynamic_install() {

  // We want this module to run before the regcode module
  db_query("UPDATE {system} SET weight=-1 WHERE name='regcode_dynamic' AND type='module'");
}