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

git-svn-id: http://piwigo.org/svn/trunk@1020 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2006-02-01 02:46:26 +00:00
parent ac5fd23412
commit bb181b04cf
15 changed files with 229 additions and 45 deletions
+2 -1
View File
@@ -409,6 +409,7 @@ SELECT file
'keywords',
'name',
'comment',
'has_high',
'path');
foreach ($optional_atts as $att)
{
@@ -425,7 +426,7 @@ SELECT file
{
$dbfields = array('file','storage_category_id','date_available','tn_ext',
'filesize','width','height','date_creation','author',
'keywords','name','comment','path');
'keywords','name','comment','has_high','path');
mass_inserts(IMAGES_TABLE, $dbfields, $inserts);
$counts{'new_elements'}+= count($inserts);