Ignore:
Timestamp:
Oct 27, 2010, 9:21:21 PM (13 years ago)
Author:
grum
Message:

Implement feature:1965

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/TagDefinitions/XmpTags.class.php

    r6889 r7441  
    20312031      ),
    20322032
     2033      /*
     2034       * lr=>lightroom Schema
     2035       */
     2036      'xmlns:lr' => Array(
     2037        'implemented'  => false,
     2038        'translatable' => false,
     2039        'type'         => self::TYPE_SIMPLE,
     2040        'schema'       => "xmlns",
     2041      ),
     2042
     2043      'lr:hierarchicalSubject' => Array(
     2044        'implemented'  => true,
     2045        'translatable' => true,
     2046        'type'         => self::TYPE_BAG,
     2047        'schema'       => "lightroom",
     2048      ),
     2049
    20332050    );
    20342051
Note: See TracChangeset for help on using the changeset viewer.