More tabs/to/spaces conversion, plus remove closing php tags as they are not consider...
[plcapi.git] / lib / xmlrpcs.php
index 27efd63..3236a85 100644 (file)
@@ -259,7 +259,7 @@ function _xmlrpcs_multicall_do_call($server, $call)
 \r
     if($result->faultCode() != 0)\r
     {\r
-        return _xmlrpcs_multicall_error($result);              // Method returned fault.\r
+        return _xmlrpcs_multicall_error($result); // Method returned fault.\r
     }\r
 \r
     return new xmlrpcval(array($result->value()), 'array');\r
@@ -303,7 +303,7 @@ function _xmlrpcs_multicall_do_call_phpvals($server, $call)
 \r
     if($result->faultCode() != 0)\r
     {\r
-        return _xmlrpcs_multicall_error($result);              // Method returned fault.\r
+        return _xmlrpcs_multicall_error($result); // Method returned fault.\r
     }\r
 \r
     return new xmlrpcval(array($result->value()), 'array');\r
@@ -695,7 +695,7 @@ class xmlrpc_server
     function add_to_map($methodname,$function,$sig=null,$doc=false,$sigdoc=false)\r
     {\r
         $this->dmap[$methodname] = array(\r
-            'function' => $function,\r
+            'function' => $function,\r
             'docstring' => $doc\r
         );\r
         if ($sig)\r
@@ -910,7 +910,7 @@ class xmlrpc_server
         // 2005/05/07 commented and moved into caller function code\r
         //if($data=='')\r
         //{\r
-        //     $data=$GLOBALS['HTTP_RAW_POST_DATA'];\r
+        //    $data=$GLOBALS['HTTP_RAW_POST_DATA'];\r
         //}\r
 \r
         // G. Giunta 2005/02/13: we do NOT expect to receive html entities\r
@@ -1236,4 +1236,3 @@ class xmlrpc_server
         print $r->serialize();\r
     }\r
 }\r
-?>
\ No newline at end of file