mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Bugtracker #5123 - duplicated message
This commit is contained in:
@@ -135,7 +135,7 @@ SC_END
|
|||||||
SC_BEGIN USER_LASTVISIT_LAPSE
|
SC_BEGIN USER_LASTVISIT_LAPSE
|
||||||
global $user;
|
global $user;
|
||||||
$gen = new convert;
|
$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_END
|
||||||
|
|
||||||
SC_BEGIN USER_VISITS
|
SC_BEGIN USER_VISITS
|
||||||
|
Reference in New Issue
Block a user