Changeset 587 for trunk/include/common.inc.php
- Timestamp:
- Oct 30, 2004, 5:42:29 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r541 r587 172 172 FROM '.CONFIG_TABLE.' 173 173 ;'; 174 if( !( $result = mysql_query( $query ) ) )174 if( !( $result = pwg_query( $query ) ) ) 175 175 { 176 176 die("Could not query config information");
Note: See TracChangeset
for help on using the changeset viewer.