Ignore:
Timestamp:
May 20, 2010, 10:21:29 PM (14 years ago)
Author:
EXFTB
Message:

2.1.b fix minor bug

File:
1 edited

Legend:

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

    r6234 r6259  
    7171 or  (!isset($conf['LLGBOTOOLTIP'])) or (substr_count($conf['LLGBOTOOLTIP'], ',')  != 5)
    7272 or  (!isset($conf['LLGBOFRAME'])) or (substr_count($conf['LLGBOFRAME'], ',')  != 32)
    73  or  (!isset($conf['LLGBOHEADER'])) or (substr_count($conf['LLGBOHEADER'], ',')  != 21)) 
    74         {         plugin_install(); }
     73 or  (!isset($conf['LLGBOHEADER'])) or (substr_count($conf['LLGBOHEADER'], ',')  != 20)) 
     74        {       
     75echo '1-'.substr_count($conf['LLGBO'], ',');
     76echo '2-'.substr_count($conf['LLGBOTOOLTIP'], ',');
     77echo '3-'.substr_count($conf['LLGBOFRAME'], ',');
     78echo '4-'.substr_count($conf['LLGBOHEADER'], ',');
     79        plugin_install(); }
    7580}
    7681
Note: See TracChangeset for help on using the changeset viewer.