Ignore:
Timestamp:
Apr 6, 2013, 11:15:35 AM (11 years ago)
Author:
gbo
Message:

Fix bug back to default value on activate/ desactivate

File:
1 edited

Legend:

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

    r6548 r22025  
    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'], ',')  != 20)) 
     73 or  (!isset($conf['LLGBOHEADER'])) or (substr_count($conf['LLGBOHEADER'], ',')  != 21)) 
    7474        {       
    7575        plugin_install(); }
Note: See TracChangeset for help on using the changeset viewer.