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:
@@ -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
|
||||
|
Reference in New Issue
Block a user