aboutsummaryrefslogtreecommitdiffstats
path: root/admin/comments.php
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-01-15 13:49:29 +0000
committernikrou <nikrou@piwigo.org>2006-01-15 13:49:29 +0000
commit71d78a813f9b10c2fada4eaa25104a9c364ced6f (patch)
tree6ddcab6acb896db36266baaf3dd3afb7cb40fd55 /admin/comments.php
parent9d6404ad36375079e815979bd4bf476a5195df5e (diff)
Revert to revision 1002
git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1005 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/comments.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/admin/comments.php b/admin/comments.php
index ef366c783..53d498c84 100644
--- a/admin/comments.php
+++ b/admin/comments.php
@@ -117,7 +117,7 @@ $template->set_filenames(array('comments'=>'admin/comments.tpl'));
$template->assign_vars(
array(
- 'F_ACTION' => PHPWG_ROOT_PATH.'admin.php?page=comments'
+ 'F_ACTION' => add_session_id(PHPWG_ROOT_PATH.'admin.php?page=comments')
)
);
@@ -141,8 +141,10 @@ while ($row = mysql_fetch_array($result))
'comment',
array(
'U_PICTURE' =>
+ add_session_id(
PHPWG_ROOT_PATH.'admin.php?page=picture_modify'.
- '&amp;image_id='.$row['image_id'],
+ '&amp;image_id='.$row['image_id']
+ ),
'ID' => $row['id'],
'TN_SRC' => get_thumbnail_src($row['path'], @$row['tn_ext']),
'AUTHOR' => $row['author'],