From 525b1c7648eb248db1ddf03e0c0ca9f78ff70ac1 Mon Sep 17 00:00:00 2001 From: e107steved Date: Tue, 9 Nov 2010 20:54:09 +0000 Subject: [PATCH] Bugtracker #5123 - duplicated message --- e107_core/shortcodes/batch/user_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/user_shortcodes.php b/e107_core/shortcodes/batch/user_shortcodes.php index 42e743b21..2bc11090e 100644 --- a/e107_core/shortcodes/batch/user_shortcodes.php +++ b/e107_core/shortcodes/batch/user_shortcodes.php @@ -135,7 +135,7 @@ SC_END SC_BEGIN USER_LASTVISIT_LAPSE global $user; $gen = new convert; -return $user['user_currentvisit'] ? "( ".$gen -> computeLapse($user['user_currentvisit'])." ".LAN_USER_34." )" : "".LAN_USER_33.""; +return $user['user_currentvisit'] ? "( ".$gen -> computeLapse($user['user_currentvisit'])." ".LAN_USER_34." )" : ''; SC_END SC_BEGIN USER_VISITS