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