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