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

    r6919 r6920  
    381381      foreach($listToAnalyze[0] as $val)
    382382      {
    383         if($val['has_high']===true and $this->config['amd_UseMetaFromHD']=='y')
     383        if($val['has_high']==='true' and $this->config['amd_UseMetaFromHD']=='y')
    384384        {
    385385          $this->analyzeImageFile($path."/".dirname($val['path'])."/pwg_high/".basename($val['path']), $val['id']);
Note: See TracChangeset for help on using the changeset viewer.