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