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