diff options
Diffstat (limited to '')
-rw-r--r-- | admin/batch_manager_global.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php index ed27c4817..99641ce6f 100644 --- a/admin/batch_manager_global.php +++ b/admin/batch_manager_global.php @@ -734,7 +734,7 @@ if (count($page['cat_elements_id']) > 0) $query = ' -SELECT id,path,representative_ext,file,filesize,level,name +SELECT id,path,representative_ext,file,filesize,level,name,width,height,rotation FROM '.IMAGES_TABLE; if ($is_category) |