diff --git a/e107_core/shortcodes/batch/user_shortcodes.php b/e107_core/shortcodes/batch/user_shortcodes.php index d94a68dfd..6a47c87a2 100644 --- a/e107_core/shortcodes/batch/user_shortcodes.php +++ b/e107_core/shortcodes/batch/user_shortcodes.php @@ -211,7 +211,7 @@ class user_shortcodes extends e_shortcode function sc_user_daysregged($parm) { - return e107::getDate()->computeLapse($this->var['user_join'])." ".LAN_USER_34; + return e107::getDate()->computeLapse($this->var['user_join']); }