Ignore:
Timestamp:
Oct 4, 2010, 9:54:57 AM (14 years ago)
Author:
LucMorizur
Message:

Small correction in previous commit

File:
1 edited

Legend:

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

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