import users.'); } /** * Implementation of hook_uninstall(). */ function uif_uninstall() { db_query('DELETE FROM {variable} WHERE name LIKE :uif', array(':uif' => 'uif_' . '%')); }