Ignore:
Timestamp:
Mar 21, 2010, 11:58:42 PM (14 years ago)
Author:
grum
Message:

fix GPS managment with XMP metadata ; and fix some minor bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/Readers/IptcReader.class.php

    r5231 r5237  
    131131           * can't use the timestamp function because not compatible with php < 5.3
    132132           */
    133           if($this->entries[$tagD]->getLabel() instanceof DateTime)
     133          if($this->entries[$tagD]->getLabel() instanceof DateTime and
     134             $this->entries[$tagT]->getLabel() instanceof DateTime)
    134135          {
    135136            $this->entries[$tagD]->getLabel()->setTime(
Note: See TracChangeset for help on using the changeset viewer.