Revert to revision 1002

git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1005 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2006-01-15 13:49:29 +00:00
parent 9d6404ad36
commit 71d78a813f
42 changed files with 358 additions and 256 deletions
+3 -1
View File
@@ -222,8 +222,10 @@ SELECT id,path,tn_ext,name,date_creation,comment,keywords,author,file
!empty($row['name']) ?
$row['name'] : get_name_from_file($row['file']),
'U_EDIT' =>
add_session_id(
PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
'&image_id='.$row['id'],
'&image_id='.$row['id']
),
'ID' => $row['id'],
'FILENAME' => $row['path'],
'TN_SRC' => $src,