diff options
-rw-r--r-- | admin/batch_manager_unit.php | 2 |
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) |