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:
parent
ace98141f0
commit
276ae72e3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue