merge r11236 from trunk

transmit comment ID to template on comments and picture_comment

git-svn-id: http://piwigo.org/svn/branches/2.2@11237 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2011-06-04 21:07:27 +00:00
parent ee24fc26a5
commit 24139d6e59
2 changed files with 3 additions and 3 deletions
+1
View File
@@ -462,6 +462,7 @@ SELECT c.id, name, permalink, uppercats, com.id as comment_id
);
$tpl_comment = array(
'ID' => $comment_id,
'U_PICTURE' => $url,
'TN_SRC' => $thumbnail_src,
'ALT' => $name,