Ignore:
Timestamp:
Oct 16, 2012, 10:35:07 AM (12 years ago)
Author:
mistic100
Message:

correct upgrade procedure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/maintain.inc.php

    r17945 r18649  
    2121function plugin_uninstall()
    2222{
     23  global $prefixeTable;
     24 
    2325  pwg_query('DELETE FROM `'. CONFIG_TABLE .'` WHERE param LIKE "ContactForm%" LIMIT 3;');
     26  pwg_query('DROP TABLE IF EXISTS `'. $prefixeTable .'contact_form`;');
    2427}
    2528
Note: See TracChangeset for help on using the changeset viewer.