Changeset 7098 for extensions/event_cats/maintain.inc.php
- Timestamp:
- Oct 4, 2010, 11:51:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/maintain.inc.php
r7088 r7098 141 141 */ 142 142 143 /*144 // Normally the following lines are useless, as this value is added in the145 // DB in ec_conf.inc.php146 143 if ($r) $r = (pwg_query(" 147 144 INSERT INTO `".CONFIG_TABLE."` (`param`,`value`,`comment`) 148 145 VALUES ('event_cats','0','Paramètres du plugin Event Cats'); 149 146 ") !== false); 150 */151 147 152 148 if ($r) $r = (change_ec_conf('activated', '0'));
Note: See TracChangeset
for help on using the changeset viewer.