phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.app_registry.inc.php,1.4,1.5


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.app_registry.inc.php,1.4,1.5 xml_functions.inc.php,1.25,1.26
Date: Sat, 23 Feb 2002 09:23:15 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv2080/phpgwapi/inc

Modified Files:
        class.app_registry.inc.php xml_functions.inc.php 
Log Message:
Renamed the system call package_app_byid() to package_app().

Index: class.app_registry.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.app_registry.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.app_registry.inc.php  23 Feb 2002 13:40:31 -0000      1.4
--- class.app_registry.inc.php  23 Feb 2002 14:23:13 -0000      1.5
***************
*** 220,224 ****
                        if(is_object($this->is))
                        {
!                               $application = 
$this->is->send('system.package_app_byid',$app_id,$this->is->server['server_url']);
  // comment from here down to stop the actual install
                                // This is where I need to install the 
application
--- 220,224 ----
                        if(is_object($this->is))
                        {
!                               $application = 
$this->is->send('system.package_app',$app_id,$this->is->server['server_url']);
  // comment from here down to stop the actual install
                                // This is where I need to install the 
application

Index: xml_functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/xml_functions.inc.php,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** xml_functions.inc.php       20 Feb 2002 03:46:27 -0000      1.25
--- xml_functions.inc.php       23 Feb 2002 14:23:13 -0000      1.26
***************
*** 710,719 ****
        }
  
!       $GLOBALS['_xmlrpcs_package_app_byid_sig'] = 
array(array(xmlrpcStruct,xmlrpcString));
!       $GLOBALS['_xmlrpcs_package_app_byid_doc'] = 'Package an application for 
transport back to the calling client';
!       function _xmlrpcs_package_app_byid($server,$m)
        {
                $app = $m->getParam(0);
!               return 
ExecMethod('phpgwapi.app_registry.package_app_byid',$app->scalarval());
        }
  
--- 710,719 ----
        }
  
!       $GLOBALS['_xmlrpcs_package_app_sig'] = 
array(array(xmlrpcStruct,xmlrpcString));
!       $GLOBALS['_xmlrpcs_package_app_doc'] = 'Package an application for 
transport back to the calling client';
!       function _xmlrpcs_package_app($server,$m)
        {
                $app = $m->getParam(0);
!               return 
ExecMethod('phpgwapi.app_registry.package_app',$app->scalarval());
        }
  
***************
*** 830,837 ****
                        'docstring' => $GLOBALS['_xmlrpcs_find_new_app_doc']
                ),
!               'system.package_app_byid' => array(
!                       'function'  => '_xmlrpcs_package_app_byid',
!                       'signature' => 
$GLOBALS['_xmlrpcs_package_app_byid_sig'],
!                       'docstring' => $GLOBALS['_xmlrpcs_package_app_byid_doc']
                ),
                'system.login'  => array(
--- 830,837 ----
                        'docstring' => $GLOBALS['_xmlrpcs_find_new_app_doc']
                ),
!               'system.package_app' => array(
!                       'function'  => '_xmlrpcs_package_app',
!                       'signature' => $GLOBALS['_xmlrpcs_package_app_sig'],
!                       'docstring' => $GLOBALS['_xmlrpcs_package_app_doc']
                ),
                'system.login'  => array(




reply via email to

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