You are here

function cf_update_7200 in Common Functionality 7.2

Upgrade module from 7.x-1.x to 7.x-2.x.

File

./cf.install, line 18
Install file for common functionality module.

Code

function cf_update_7200() {
  db_query('UPDATE {system} SET weight = -10 WHERE name = \'cf\'');
}