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