revert r12475, targeted version is 2.4

git-svn-id: http://piwigo.org/svn/branches/2.3@12476 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2011-10-17 19:05:29 +00:00
parent b9bdbb8b5c
commit 24c4331f13
3 changed files with 16 additions and 29 deletions
+1 -5
View File
@@ -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'.
'&image_id='.$row['id'],
'LEVEL' => $row['level']
)
);
}