fields(array('weight' => 100)) ->condition('name', 'better_formats') ->execute(); } /** * Implements of hook_uninstall(). */ function better_formats_uninstall() { // Delete settings from varible table. db_delete('variable') ->condition('name', 'better_formats%', 'LIKE') ->execute(); } /** * Update from 6.x-1.2 to 7.x-1.0. */ /* function better_formats_update_7000() { } */