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