[geeklog-cvs] Auth_Enterprise/Enterprise/Server SOAPHandler.php,1.1,1.2

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jul 15 00:46:13 EDT 2004


Update of /var/cvs/Auth_Enterprise/Enterprise/Server
In directory www:/tmp/cvs-serv15741

Modified Files:
	SOAPHandler.php 
Log Message:
Oops, didn't remove reference to XMLRPC globals

Index: SOAPHandler.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Enterprise/Server/SOAPHandler.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SOAPHandler.php	15 Jul 2004 04:44:32 -0000	1.1
--- SOAPHandler.php	15 Jul 2004 04:46:11 -0000	1.2
***************
*** 57,61 ****
      public function __construct($applications)
      {
!         $GLOBALS['_Auth_Enterprise_XMLRPCHandler'] = $applications;
          
          return true;
--- 57,61 ----
      public function __construct($applications)
      {
!         $GLOBALS['_Auth_Enterprise_SOAPHandler'] = $applications;
          
          return true;
***************
*** 72,76 ****
      public static function handleRequest()
      {
!         $options = $GLOBALS['_Auth_Enterprise_XMLRPCHandler'][$appId]['options'];
          if (!isset($options['appId'])) {
              $options['appId'] = $appId;
--- 72,76 ----
      public static function handleRequest()
      {
!         $options = $GLOBALS['_Auth_Enterprise_SOAPHandler'][$appId]['options'];
          if (!isset($options['appId'])) {
              $options['appId'] = $appId;




More information about the geeklog-cvs mailing list