Ignore:
Timestamp:
May 22, 2010, 7:10:41 PM (14 years ago)
Author:
EXFTB
Message:

2.1.b with the good label

File:
1 edited

Legend:

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

    r6259 r6283  
    7373 or  (!isset($conf['LLGBOHEADER'])) or (substr_count($conf['LLGBOHEADER'], ',')  != 20)) 
    7474        {       
    75 echo '1-'.substr_count($conf['LLGBO'], ',');
    76 echo '2-'.substr_count($conf['LLGBOTOOLTIP'], ',');
    77 echo '3-'.substr_count($conf['LLGBOFRAME'], ',');
    78 echo '4-'.substr_count($conf['LLGBOHEADER'], ',');
    7975        plugin_install(); }
    8076}
     
    8278function plugin_uninstall()
    8379{ global $prefixeTable;
    84   $q = '
     80   $q = '
    8581DELETE FROM '.CONFIG_TABLE.' WHERE param like "LLGBO%" LIMIT 5;';
    8682  pwg_query( $q );
Note: See TracChangeset for help on using the changeset viewer.