Changeset 7066 for extensions/event_cats/include/ec_conf.inc.php
- Timestamp:
- Oct 1, 2010, 10:33:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/include/ec_conf.inc.php
r4553 r7066 37 37 // following instructions : 38 38 /* 39 $t = mysql_fetch_row(pwg_query("39 $t = pwg_db_fetch_row(pwg_query(" 40 40 SELECT `value` 41 41 FROM `".CONFIG_TABLE."` … … 124 124 $t = array(); $u = '0'; $v = false; 125 125 if ($v = ( 126 ($t = mysql_fetch_row(pwg_query("126 ($t = pwg_db_fetch_row(pwg_query(" 127 127 SELECT `value` 128 128 FROM `".CONFIG_TABLE."`
Note: See TracChangeset
for help on using the changeset viewer.