Ignore:
Timestamp:
Jan 17, 2013, 2:39:41 PM (11 years ago)
Author:
mistic100
Message:

replace mysql functions by pwg_db

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/lightbox/functions.inc.php

    r17487 r20207  
    6060  $result = pwg_query($query);
    6161  $pictures = array();
    62   while ($row = mysql_fetch_assoc($result))
     62  while ($row = pwg_db_fetch_assoc($result))
    6363  {
    6464    $row['rank'] = $rank_of[ $row['id'] ];
Note: See TracChangeset for help on using the changeset viewer.