* http://www.absyx.fr */ /** * Implementation of hook_uninstall(). */ function uc_cmcic_uninstall() { db_query("DELETE FROM {variable} WHERE name LIKE 'uc_cmcic_%%'"); }