Changeset 996 for trunk/include/ajax/joinLeaveBlog.php
- Timestamp:
- 08/21/10 20:31:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/include/ajax/joinLeaveBlog.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ajax/joinLeaveBlog.php
r891 r996 110 110 111 111 112 $ GLOBALS['_RESULT']= array(112 $aResult = array( 113 113 "bStateError" => $bStateError, 114 114 "bState" => $bState, … … 118 118 ); 119 119 120 if (!headers_sent()) { 121 header('Content-type: application/json'); 122 } 123 echo json_encode($aResult); 120 124 ?>
