Changeset 1441
- Timestamp:
- 05/29/11 10:59:57 (2 years ago)
- Files:
-
- 1 modified
-
g-map/files/lib/page/MapAjaxPage.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
g-map/files/lib/page/MapAjaxPage.class.php
r1420 r1441 145 145 $avatar = $user->getAvatar()->getURL(); 146 146 } 147 148 $username = $user->username; 149 if(CHARSET != 'UTF-8') { 150 $username = StringUtil::encodeHTML($username); 151 } 147 152 148 153 $users[] = array( 149 154 intval($user->userID), 150 $user ->username,155 $username, 151 156 $avatar 152 157 );
