Ignore:
Timestamp:
Oct 30, 2004, 5:42:29 PM (20 years ago)
Author:
z0rglub
Message:
  • function mysql_query replaced by pwg_query : the same with debugging features
  • by default, DEBUG is set to 0 (off)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r541 r587  
    172172 FROM '.CONFIG_TABLE.'
    173173;';
    174 if( !( $result = mysql_query( $query ) ) )
     174if( !( $result = pwg_query( $query ) ) )
    175175{
    176176  die("Could not query config information");
Note: See TracChangeset for help on using the changeset viewer.