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