aboutsummaryrefslogtreecommitdiffstats
path: root/admin/batch_manager_global.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-10-17 19:05:29 +0000
committermistic100 <mistic@piwigo.org>2011-10-17 19:05:29 +0000
commit24c4331f130d5c66c487ba03e867824d2c5d7413 (patch)
tree24e8db19becd3ccbb4e557f00a169fc177079513 /admin/batch_manager_global.php
parentb9bdbb8b5c75cc230bd4974c81ca429df8eb4271 (diff)
revert r12475, targeted version is 2.4
git-svn-id: http://piwigo.org/svn/branches/2.3@12476 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/batch_manager_global.php')
-rw-r--r--admin/batch_manager_global.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php
index 83976df8f..8b42165f7 100644
--- a/admin/batch_manager_global.php
+++ b/admin/batch_manager_global.php
@@ -768,11 +768,7 @@ SELECT id,path,tn_ext,file,filesize,level,name
'TN_SRC' => $src,
'FILE' => $row['file'],
'TITLE' => $title,
- 'LEVEL' => $row['level'],
- 'FILE_SRC' => $row['path'],
- 'U_EDIT' =>
- PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
- '&amp;image_id='.$row['id'],
+ 'LEVEL' => $row['level']
)
);
}