phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware index.php, 1.120.2.2.2.3, 1.120.2.2.2.4


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] phpgroupware index.php, 1.120.2.2.2.3, 1.120.2.2.2.4 xmlrpc.php, 1.12.4.2, 1.12.4.3
Date: Fri, 31 Oct 2003 04:33:48 +0000

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv14460

Modified Files:
      Tag: proposal-branch
        index.php xmlrpc.php 
Log Message:
switched from rpc to interface

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.120.2.2.2.3
retrieving revision 1.120.2.2.2.4
diff -C2 -d -r1.120.2.2.2.3 -r1.120.2.2.2.4
*** index.php   31 Oct 2003 00:24:57 -0000      1.120.2.2.2.3
--- index.php   31 Oct 2003 04:33:46 -0000      1.120.2.2.2.4
***************
*** 24,28 ****
        /* $Id$ */
  
!       $GLOBALS['phpgw_client'] = 'browser';
        $GLOBALS['phpgw_data'] = array();
        require_once('api/starter.inc.php');
--- 24,28 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_interface'] = 'browser';
        $GLOBALS['phpgw_data'] = array();
        require_once('api/starter.inc.php');

Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/xmlrpc.php,v
retrieving revision 1.12.4.2
retrieving revision 1.12.4.3
diff -C2 -d -r1.12.4.2 -r1.12.4.3
*** xmlrpc.php  31 Oct 2003 00:24:58 -0000      1.12.4.2
--- xmlrpc.php  31 Oct 2003 04:33:46 -0000      1.12.4.3
***************
*** 24,28 ****
        /* $Id$ */
  
!       $GLOBALS['phpgw_client'] = 'xmlrpc';
        $GLOBALS['phpgw_data'] = array();
        require_once('api/starter.inc.php');
--- 24,28 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_interface'] = 'xmlrpc';
        $GLOBALS['phpgw_data'] = array();
        require_once('api/starter.inc.php');





reply via email to

[Prev in Thread] Current Thread [Next in Thread]