phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware xmlrpc.php,1.11.4.6,1.11.4.7


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] phpgroupware xmlrpc.php,1.11.4.6,1.11.4.7
Date: Tue, 18 Nov 2003 08:45:27 +0000

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

Modified Files:
      Tag: Version-0_9_16-branch
        xmlrpc.php 
Log Message:
typo fix from ajmitch

Index: xmlrpc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/xmlrpc.php,v
retrieving revision 1.11.4.6
retrieving revision 1.11.4.7
diff -C2 -d -r1.11.4.6 -r1.11.4.7
*** xmlrpc.php  24 Jun 2003 19:37:11 -0000      1.11.4.6
--- xmlrpc.php  18 Nov 2003 08:45:25 -0000      1.11.4.7
***************
*** 184,188 ****
                $methods[] = 'system.logout';
                $methods[] = $method;
!               $methods[] = $app . '.' . $class . 'describeMethods';
                for ($i=0; $i<count($GLOBALS['obj']->xmlrpc_methods); $i++)
                {
--- 184,188 ----
                $methods[] = 'system.logout';
                $methods[] = $method;
!               $methods[] = $app . '.' . $class . '.describeMethods';
                for ($i=0; $i<count($GLOBALS['obj']->xmlrpc_methods); $i++)
                {





reply via email to

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