Ignore:
Timestamp:
Sep 14, 2010, 7:46:58 PM (14 years ago)
Author:
grum
Message:

Using metadata on HD picture (fix bug and forgotten files), release 0.5.1
bug:1846

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/amd_ajax.php

    r6919 r6920  
    441441        {
    442442          $imageId=$row['imageId'];
    443           if($row['has_high']===true and $this->config['amd_UseMetaFromHD']=='y')
     443          if($row['has_high']==='true' and $this->config['amd_UseMetaFromHD']=='y')
    444444          {
    445445            $filename=$path."/".dirname($row['path'])."/pwg_high/".basename($row['path']);
     
    586586            //$mem1=memory_get_usage();
    587587            //echo "memory before analyze:".$mem1."\n";
    588             if($row['has_high']===true and $this->config['amd_UseMetaFromHD']=='y')
     588            if($row['has_high']==='true' and $this->config['amd_UseMetaFromHD']=='y')
    589589            {
    590590              $returned.=$this->analyzeImageFile($path."/".dirname($row['path'])."/pwg_high/".basename($row['path']), $row['id']);
Note: See TracChangeset for help on using the changeset viewer.