cellog          Mon Aug 22 18:17:30 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src/pear/PEAR  Remote.php 
  Log:
  sync with PEAR 1.3.6
  
http://cvs.php.net/diff.php/php-src/pear/PEAR/Remote.php?r1=1.34.2.15&r2=1.34.2.15.2.1&ty=u
Index: php-src/pear/PEAR/Remote.php
diff -u php-src/pear/PEAR/Remote.php:1.34.2.15 
php-src/pear/PEAR/Remote.php:1.34.2.15.2.1
--- php-src/pear/PEAR/Remote.php:1.34.2.15      Mon Mar 28 11:57:00 2005
+++ php-src/pear/PEAR/Remote.php        Mon Aug 22 18:17:30 2005
@@ -16,7 +16,7 @@
 // | Author: Stig Bakken <[EMAIL PROTECTED]>                                   
 |
 // +----------------------------------------------------------------------+
 //
-// $Id: Remote.php,v 1.34.2.15 2005/03/28 16:57:00 cellog Exp $
+// $Id: Remote.php,v 1.34.2.15.2.1 2005/08/22 22:17:30 cellog Exp $
 
 require_once 'PEAR.php';
 require_once 'PEAR/Config.php';
@@ -115,10 +115,10 @@
                 $this->saveCache($_args, $result);
             };
             return $result;
-        }
-        if ([EMAIL PROTECTED]("XML/RPC.php")) {
+        } elseif ([EMAIL PROTECTED]("XML/RPC.php")) {
             return $this->raiseError("For this remote PEAR operation you need 
to install the XML_RPC package");
         }
+
         array_shift($args);
         $server_host = $this->config->get('master_server');
         $username = $this->config->get('username');

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to