Changeset 1020 for trunk/admin


Ignore:
Timestamp:
Feb 1, 2006, 3:46:26 AM (18 years ago)
Author:
rvelices
Message:

feature 280: Allow visitors/users to choose image ordering inside a category

improvement 82: Viewing pictures from remote galleries does not check anymore
for the high pictures (existence flag added to create_listing_file and db)

correction: link element in picture is in the head instead of body (w3c spec)

correction: in profile.php the current template was not selected by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/remote_site.php

    r1004 r1020  
    410410                             'name',
    411411                             'comment',
     412                             'has_high',
    412413                             'path');
    413414      foreach ($optional_atts as $att)
     
    426427    $dbfields = array('file','storage_category_id','date_available','tn_ext',
    427428                      'filesize','width','height','date_creation','author',
    428                       'keywords','name','comment','path');
     429                      'keywords','name','comment','has_high','path');
    429430    mass_inserts(IMAGES_TABLE, $dbfields, $inserts);
    430431    $counts{'new_elements'}+= count($inserts);
Note: See TracChangeset for help on using the changeset viewer.