bug 2134 fixed: in the Batch Manager, unit mode, fields author/description/date_creation were always empty.

git-svn-id: http://piwigo.org/svn/trunk@9016 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2011-01-31 21:57:23 +00:00
commit 276ae72e3a

View file

@ -200,7 +200,7 @@ if (count($page['cat_elements_id']) > 0)
$query = '
SELECT id,path,tn_ext,file,filesize,level,name
SELECT id,path,tn_ext,name,date_creation,comment,author,level,file
FROM '.IMAGES_TABLE;
if ($is_category)