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

    r5935 r5959  
    115115    if($result)
    116116    {
    117       while($row=mysql_fetch_row($result))
     117      while($row=pwg_db_fetch_row($result))
    118118      {
    119119        $numOfPictures=$row[0];
     
    141141      $path=dirname(dirname(dirname(__FILE__)));
    142142
    143       while($row=mysql_fetch_assoc($result))
     143      while($row=pwg_db_fetch_assoc($result))
    144144      {
    145145        $this->analyzeImageFile($path."/".$row['path'], $row['imageId']);
     
    215215      {
    216216        $numId=-1;
    217         while($row=mysql_fetch_assoc($result))
     217        while($row=pwg_db_fetch_assoc($result))
    218218        {
    219219          $numId=$row['numId'];
     
    268268    if($result)
    269269    {
    270       while($row=mysql_fetch_assoc($result))
     270      while($row=pwg_db_fetch_assoc($result))
    271271      {
    272272        $this->config['amd_AllPicturesAreAnalyzed']=($row['nb']==0)?'y':'n';
Note: See TracChangeset for help on using the changeset viewer.