Ignore:
Timestamp:
Oct 30, 2004, 5:42:29 PM (19 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/admin/admin_upload.php

    r403 r587  
    5151 }
    5252 $query.=');';
    53  mysql_query ($query);
     53 pwg_query ($query);
    5454}
    5555
     
    5959$query.= ' ORDER BY name ASC';
    6060$query.= ';';
    61 $result = mysql_query( $query );
     61$result = pwg_query( $query );
    6262while ( $row = mysql_fetch_assoc( $result ) )
    6363{
Note: See TracChangeset for help on using the changeset viewer.