Changeset 6920 for extensions/AMetaData/amd_ajax.php
- Timestamp:
- Sep 14, 2010, 7:46:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AMetaData/amd_ajax.php
r6919 r6920 441 441 { 442 442 $imageId=$row['imageId']; 443 if($row['has_high']=== trueand $this->config['amd_UseMetaFromHD']=='y')443 if($row['has_high']==='true' and $this->config['amd_UseMetaFromHD']=='y') 444 444 { 445 445 $filename=$path."/".dirname($row['path'])."/pwg_high/".basename($row['path']); … … 586 586 //$mem1=memory_get_usage(); 587 587 //echo "memory before analyze:".$mem1."\n"; 588 if($row['has_high']=== trueand $this->config['amd_UseMetaFromHD']=='y')588 if($row['has_high']==='true' and $this->config['amd_UseMetaFromHD']=='y') 589 589 { 590 590 $returned.=$this->analyzeImageFile($path."/".dirname($row['path'])."/pwg_high/".basename($row['path']), $row['id']);
Note: See TracChangeset
for help on using the changeset viewer.