CVSROOT: /sources/phpgroupware
Module name: phpgroupware
Changes by: Sigurd Nes <sigurdne> 06/12/09 16:36:56
Modified files:
. : index.php
Log message:
Fix for ajax - stop extra output
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/index.php?cvsroot=phpgroupware&r1=1.132&r2=1.133
Patches:
Index: index.php
===================================================================
RCS file: /sources/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -b -r1.132 -r1.133
--- index.php 26 Sep 2006 17:06:47 -0000 1.132
+++ index.php 9 Dec 2006 16:36:56 -0000 1.133
@@ -6,7 +6,7 @@
* @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc.
http://www.fsf.org/
* @license http://www.gnu.org/licenses/gpl.html GNU General Public
License
* @package phpgroupware
- * @version $Id: index.php,v 1.132 2006/09/26 17:06:47 sigurdne Exp $
+ * @version $Id: index.php,v 1.133 2006/12/09 16:36:56 sigurdne Exp $
*/
$phpgw_info = array();
@@ -83,7 +83,8 @@
{
$return_data = $GLOBALS[$class]->$method();
echo execMethod('phpgwapi.Services_JSON.encode',
$return_data);
- $GLOBALS['phpgw_info']['flags']['nofooter'] = true;
+ // $GLOBALS['phpgw_info']['flags']['nofooter'] = true;
+ die();
}
else
{
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs