From e148df62f2786851bb1bf008e5a608617d778852 Mon Sep 17 00:00:00 2001 From: Julian Prud'homme Date: Thu, 10 May 2007 14:44:45 +0200 Subject: [PATCH] [svn r12364] Add language var instead of static text : last point of http://projects.dokeos.com/?do=details&id=1506 --- user_portal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_portal.php b/user_portal.php index 7a0bf6ca03..c5d4d490d0 100644 --- a/user_portal.php +++ b/user_portal.php @@ -807,7 +807,7 @@ function show_notification($my_course) $type = $notification['lastedit_type']; //$notification[image]=str_replace(".png","gif",$notification[image]); //$notification[image]=str_replace(".gif","_s.gif",$notification[image]); - $retvalue .= ''.' '; + $retvalue .= ''.' '; } } return $retvalue;