mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 06:14:54 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user