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

    r6919 r6920  
    193193      while($row=pwg_db_fetch_assoc($result))
    194194      {
    195         if($row['has_high']===true and $this->config['amd_UseMetaFromHD']=='y')
     195        if($row['has_high']==='true' and $this->config['amd_UseMetaFromHD']=='y')
    196196        {
    197197          $this->analyzeImageFile($path."/".dirname($row['path'])."/pwg_high/".basename($row['path']), $row['imageId']);
Note: See TracChangeset for help on using the changeset viewer.