From 8a8c80d4405d2bd3300558aa29848937bcf77f5d Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 11 Feb 2007 00:06:14 +0000 Subject: Add picture link on RSS & mail notification. git-svn-id: http://piwigo.org/svn/trunk@1802 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_notification.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/functions_notification.inc.php') diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php index a69bd4211..c7f3fdc49 100644 --- a/include/functions_notification.inc.php +++ b/include/functions_notification.inc.php @@ -534,7 +534,9 @@ function get_html_description_recent_post_date($date_detail) foreach($date_detail['elements'] as $element) { $tn_src = get_thumbnail_url($element); - $description .= ''; + $description .= ''; } $description .= '...
'; -- cgit v1.2.3