Changeset 996 for trunk/include/ajax/commentResponse.php
- Timestamp:
- 08/21/10 20:31:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/include/ajax/commentResponse.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ajax/commentResponse.php
r548 r996 65 65 } 66 66 67 $ GLOBALS['_RESULT']= array(67 $aResult = array( 68 68 "bStateError" => $bStateError, 69 69 "sMsgTitle" => $sMsgTitle, … … 73 73 ); 74 74 75 if (!headers_sent()) { 76 header('Content-type: application/json'); 77 } 78 echo json_encode($aResult); 75 79 ?>
