More tabs/to/spaces conversion, plus remove closing php tags as they are not consider...
[plcapi.git] / lib / xmlrpc_wrappers.php
index 01dfbca..e96be5e 100644 (file)
@@ -443,7 +443,7 @@ function wrap_php_function($funcname, $newfuncname='', $extra_options=array())
         }\r
         // shall we exclude functions returning by ref?\r
         // if($func->returnsReference())\r
-        //     return false;\r
+        //     return false;\r
         $code = "function $xmlrpcfuncname(\$msg) {\n" . $innercode . "}\n}";\r
         //print_r($code);\r
         if ($buildit)\r
@@ -930,4 +930,3 @@ function build_client_wrapper_code($client, $verbatim_client_copy, $prefix='xmlr
     //$code .= "\$client->setDebug(\$debug);\n";\r
     return $code;\r
 }\r
-?>
\ No newline at end of file