uc_cmcic.install 253 B

1234567891011121314
  1. <?php
  2. /**
  3. * @file
  4. * Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr>
  5. * http://www.absyx.fr
  6. */
  7. /**
  8. * Implementation of hook_uninstall().
  9. */
  10. function uc_cmcic_uninstall() {
  11. db_query("DELETE FROM {variable} WHERE name LIKE 'uc_cmcic_%%'");
  12. }