Changeset 587 for trunk/admin/search.php


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/admin/search.php

    r393 r587  
    7575    WHERE username LIKE '" . str_replace("\'", "''", $username_search) . "'
    7676    ORDER BY username";
    77   if ( !($result = mysql_query($sql)) )
     77  if ( !($result = pwg_query($sql)) )
    7878  {
    7979    die('Could not obtain search results');
Note: See TracChangeset for help on using the changeset viewer.