Changeset 996 for trunk/include/ajax/questionVote.php
- Timestamp:
- 08/21/10 20:31:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/include/ajax/questionVote.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ajax/questionVote.php
r548 r996 82 82 } 83 83 84 $ GLOBALS['_RESULT']= array(84 $aResult = array( 85 85 "bStateError" => $bStateError, 86 86 "sText" => $sTextResult, … … 89 89 ); 90 90 91 if (!headers_sent()) { 92 header('Content-type: application/json'); 93 } 94 echo json_encode($aResult); 91 95 ?>
