Ignore:
Timestamp:
Sep 27, 2004, 11:51:07 PM (20 years ago)
Author:
z0rglub
Message:

add support of exif and iptc for remote site

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/remote_site.php

    r534 r538  
    414414                             'filesize',
    415415                             'width',
    416                              'height');
     416                             'height',
     417                             'date_creation',
     418                             'author',
     419                             'keywords',
     420                             'name',
     421                             'comment');
    417422      foreach ($optional_atts as $att)
    418423      {
     
    429434  {
    430435    $dbfields = array('file','storage_category_id','date_available','tn_ext',
    431                       'filesize','width','height');
     436                      'filesize','width','height','date_creation','author',
     437                      'keywords','name','comment');
    432438    mass_inserts(IMAGES_TABLE, $dbfields, $inserts);
    433439    $counts{'new_elements'}+= count($inserts);
Note: See TracChangeset for help on using the changeset viewer.