Changeset 7098 for extensions/event_cats


Ignore:
Timestamp:
Oct 4, 2010, 11:51:34 PM (14 years ago)
Author:
LucMorizur
Message:

Correction of previous commit: the removed instruction is actually needed

File:
1 edited

Legend:

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

    r7088 r7098  
    141141*/
    142142 
    143   /*
    144   // Normally the following lines are useless, as this value is added in the
    145   // DB in ec_conf.inc.php
    146143  if ($r) $r = (pwg_query("
    147144    INSERT INTO `".CONFIG_TABLE."` (`param`,`value`,`comment`)
    148145    VALUES ('event_cats','0','Paramètres du plugin Event Cats');
    149146  ") !== false);
    150   */
    151147 
    152148  if ($r) $r = (change_ec_conf('activated', '0'));
Note: See TracChangeset for help on using the changeset viewer.