fields(array('weight' => 99)) ->condition('type', 'module', '=') ->condition('name', 'reroute_email') ->execute(); } /** * Update module's weight. */ function reroute_email_update_7100() { db_update('system') ->fields(array('weight' => 99)) ->condition('type', 'module', '=') ->condition('name', 'reroute_email') ->execute(); return t('The weight of the Reroute Email module was updated to 99.'); }