Ignore:
Timestamp:
Apr 25, 2010, 1:22:40 AM (14 years ago)
Author:
grum
Message:

Some changes on release 0.4b

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/amd_pip.class.inc.php

    r5935 r5959  
    6969    if($result)
    7070    {
    71       while($row=mysql_fetch_assoc($result))
     71      while($row=pwg_db_fetch_assoc($result))
    7272      {
    7373        $filename=$row['path'];
     
    105105    if($result)
    106106    {
    107       while($row=mysql_fetch_assoc($result))
     107      while($row=pwg_db_fetch_assoc($result))
    108108      {
    109109        $tagsList[$row['tagId']]=$row['gName'];
Note: See TracChangeset for help on using the changeset viewer.