Changeset 996 for trunk/include/ajax/talkNewMessages.php
- Timestamp:
- 08/21/10 20:31:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/include/ajax/talkNewMessages.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ajax/talkNewMessages.php
r428 r996 37 37 } 38 38 39 $ GLOBALS['_RESULT']= array(39 $aResult = array( 40 40 "bStateError" => $bStateError, 41 41 "sMsgTitle" => $sMsgTitle, … … 44 44 ); 45 45 46 if (!headers_sent()) { 47 header('Content-type: application/json'); 48 } 49 echo json_encode($aResult); 46 50 ?>
