Changeset 996 for trunk/classes/actions/ActionProfile.class.php
- Timestamp:
- 08/21/10 20:31:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/classes/actions/ActionProfile.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/actions/ActionProfile.class.php
r995 r996 277 277 278 278 public function EventAjaxFriendAccept() { 279 $this->Viewer_SetResponseAjax( );279 $this->Viewer_SetResponseAjax('json'); 280 280 $sUserId=getRequest('idUser',null,'post'); 281 281 … … 386 386 387 387 public function EventAjaxFriendAdd() { 388 $this->Viewer_SetResponseAjax( );388 $this->Viewer_SetResponseAjax('json'); 389 389 $sUserId=getRequest('idUser'); 390 390 $sUserText=getRequest('userText',''); … … 586 586 */ 587 587 public function EventAjaxFriendDelete() { 588 $this->Viewer_SetResponseAjax( );588 $this->Viewer_SetResponseAjax('json'); 589 589 $sUserId=getRequest('idUser',null,'post'); 590 590
