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/category_recent_cats.inc.php

    r579 r587  
    4747$query.= '
    4848;';
    49 $result = mysql_query( $query );
     49$result = pwg_query( $query );
    5050
    5151// template thumbnail initialization
     
    7676  LIMIT 0,1
    7777;';
    78   $subrow = mysql_fetch_array( mysql_query( $query ) );
     78  $subrow = mysql_fetch_array( pwg_query( $query ) );
    7979
    8080  $thumbnail_src = get_thumbnail_src($subrow['file'],
Note: See TracChangeset for help on using the changeset viewer.