Ignore:
Timestamp:
Jan 26, 2014, 6:44:40 PM (10 years ago)
Author:
ddtddt
Message:

[extensions] - meta - bug page contact form Thanks to meegja

File:
1 edited

Legend:

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

    r26359 r26983  
    2323  if (!isset($conf['contactmeta']))
    2424  {
    25         conf_update_param('contactmeta', '');
     25        conf_update_param('contactmeta', ',');
    2626  }
    2727 
     
    240240       
    241241        conf_delete_param('contactmeta');
    242        
    243         $q = 'DROP TABLE ' . $prefixeTable . 'meta_cat;';
    244     pwg_query($q);
    245242}
    246243
Note: See TracChangeset for help on using the changeset viewer.