From f4703004e373ed221f46abab56b4d9753cde0788 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 20 Jul 2005 12:00:02 +0000 Subject: [PATCH] commit for Lars: latest SyncML updates --- rpc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rpc.php b/rpc.php index b37d22d7bb..ae8681ceca 100644 --- a/rpc.php +++ b/rpc.php @@ -8,13 +8,14 @@ * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. */ +error_reporting(E_ALL & ~E_NOTICE); @define('AUTH_HANDLER', true); @define('HORDE_BASE', dirname(__FILE__).'/phpgwapi/inc/horde/'); require_once HORDE_BASE . '/lib/core.php'; require_once 'Horde/RPC.php'; -$GLOBALS['phpgw_info'] = array(); -$GLOBALS['phpgw_info']['flags'] = array( +$GLOBALS['egw_info'] = array(); +$GLOBALS['egw_info']['flags'] = array( 'currentapp' => 'login', 'noheader' => True, 'disable_Template_class' => True