Changeset 996 for trunk/include/ajax/stream_topic.php
- Timestamp:
- 08/21/10 20:31:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/include/ajax/stream_topic.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ajax/stream_topic.php
r413 r996 41 41 42 42 43 $ GLOBALS['_RESULT']= array(43 $aResult = array( 44 44 "bStateError" => $bStateError, 45 45 "sText" => $sTextResult, … … 48 48 ); 49 49 50 if (!headers_sent()) { 51 header('Content-type: application/json'); 52 } 53 echo json_encode($aResult); 50 54 ?>
