Show
Ignore:
Timestamp:
08/21/10 20:31:41 (21 months ago)
Author:
ort
Message:

Избавляемся от использования JsHttpRequest? и отдаем ответы в формате JSON

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/ajax/voteComment.php

    r548 r996  
    8686 
    8787 
    88 $GLOBALS['_RESULT'] = array( 
     88$aResult = array( 
    8989"bStateError"     => $bStateError, 
    9090"iRating"   => $iRating, 
     
    9393); 
    9494 
     95if (!headers_sent()) { 
     96        header('Content-type: application/json'); 
     97} 
     98echo json_encode($aResult); 
    9599?>