Changeset 9016

Show
Ignore:
Timestamp:
01/31/11 22:57:23 (2 years ago)
Author:
plg
Message:

bug 2134 fixed: in the Batch Manager, unit mode, fields author/description/date_creation were always empty.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_unit.php

    r8728 r9016  
    201201 
    202202  $query = ' 
    203 SELECT id,path,tn_ext,file,filesize,level,name 
     203SELECT id,path,tn_ext,name,date_creation,comment,author,level,file 
    204204  FROM '.IMAGES_TABLE; 
    205205