1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Bugtracker #5123 - duplicated message

This commit is contained in:
e107steved
2010-11-09 20:54:09 +00:00
parent 86b516e14a
commit 525b1c7648

View File

@@ -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." )" : "<i>".LAN_USER_33."</i>";
return $user['user_currentvisit'] ? "( ".$gen -> computeLapse($user['user_currentvisit'])." ".LAN_USER_34." )" : '';
SC_END
SC_BEGIN USER_VISITS