-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.9
-
None
In /includes/ucp/ucp_mp_viewmessge.php
'U_ICQ' => ($user_info['user_icq']) ? 'http://www.icq.com/people' . urlencode($user_info['user_icq']) . '/' : '',
Need replace with...
'U_ICQ' => ($user_info['user_icq']) ? 'http://www.icq.com/people/' . urlencode($user_info['user_icq']) . '/' : '',