Ignore:
Timestamp:
Nov 19, 2008, 4:44:04 PM (15 years ago)
Author:
patdenice
Message:
  • Replace some mysql_query by pwg_query function.
  • Add home button after upgrade.php.
  • Add utf8 charset for access denied message.
  • Replace some #content by .content in css files.
  • Fix menubar blocks borders with IE.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/admin_advices/admin_advices.php

    r2801 r2884  
    158158WHERE image_id =  ' . $row['id'] .'
    159159;';
    160       $tag_count = mysql_num_rows(mysql_query($query));
     160      $tag_count = mysql_num_rows(pwg_query($query));
    161161      $template->assign('thumbnail',
    162162         array(
Note: See TracChangeset for help on using the changeset viewer.