Skip to content

Commit

Permalink
bug 2134 fixed: in the Batch Manager, unit mode, fields author/descri…
Browse files Browse the repository at this point in the history
…ption/date_creation were always empty.

git-svn-id: http://piwigo.org/svn/trunk@9016 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Jan 31, 2011
1 parent ace9814 commit 276ae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/batch_manager_unit.php
Expand Up @@ -200,7 +200,7 @@


$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)
Expand Down

0 comments on commit 276ae72

Please sign in to comment.