aboutsummaryrefslogtreecommitdiffstats
path: root/admin/batch_manager_unit.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-01-31 21:57:23 +0000
committerplegall <plg@piwigo.org>2011-01-31 21:57:23 +0000
commit276ae72e3adf5bef3af3e9ec151da5f1e714ac3f (patch)
tree0d2fce087e011772f6efee12b2e87cffbe2278d0 /admin/batch_manager_unit.php
parentace98141f05392d7ae4a1fff2c63e19eb3c88d8c (diff)
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
Diffstat (limited to 'admin/batch_manager_unit.php')
-rw-r--r--admin/batch_manager_unit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/batch_manager_unit.php b/admin/batch_manager_unit.php
index 42a4bf6a5..5b139a026 100644
--- a/admin/batch_manager_unit.php
+++ b/admin/batch_manager_unit.php
@@ -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)