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_install.class.inc.php

    r5935 r5959  
    164164      if($result)
    165165      {
    166         while($row=mysql_fetch_assoc($result))
     166        while($row=pwg_db_fetch_assoc($result))
    167167        {
    168168          $listToAnalyze[0][]=$row;
     
    190190        if($result)
    191191        {
    192           while($row=mysql_fetch_assoc($result))
     192          while($row=pwg_db_fetch_assoc($result))
    193193          {
    194194            $listToAnalyze[0][]=$row;
Note: See TracChangeset for help on using the changeset viewer.