Changeset 996 for trunk/include/ajax/voteComment.php
- Timestamp:
- 08/21/10 20:31:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/include/ajax/voteComment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ajax/voteComment.php
r548 r996 86 86 87 87 88 $ GLOBALS['_RESULT']= array(88 $aResult = array( 89 89 "bStateError" => $bStateError, 90 90 "iRating" => $iRating, … … 93 93 ); 94 94 95 if (!headers_sent()) { 96 header('Content-type: application/json'); 97 } 98 echo json_encode($aResult); 95 99 ?>
