Revision: 4886
http://web-erp.svn.sourceforge.net/web-erp/?rev=4886&view=rev
Author: tim_schofield
Date: 2012-02-08 20:10:33 +0000 (Wed, 08 Feb 2012)
Log Message:
-----------
Replace removed formatting, parameter information, and return value information
Modified Paths:
--------------
trunk/doc/Manual/ManualAPIFunctions.php
Modified: trunk/doc/Manual/ManualAPIFunctions.php
===================================================================
--- trunk/doc/Manual/ManualAPIFunctions.php 2012-02-08 09:40:30 UTC (rev 4885)
+++ trunk/doc/Manual/ManualAPIFunctions.php 2012-02-08 20:10:33 UTC (rev 4886)
@@ -3,12 +3,8 @@
/* $Id: ManualAPIFunctions.php 3152 2009-12-11 14:28:49Z tim_schofield $ */
$PageSecurity = 1;
-
-//$PathPrefix= $_SERVER['HTTP_HOST'].$rootpath.'/../../';
-//$PathPrefix= '/../';
-
+$PathPrefix= $_SERVER['HTTP_HOST'].$rootpath.'/../../';
//include('../../includes/session.inc');
-
include('../../xmlrpc/lib/xmlrpc.inc');
include('../../api/api_errorcodes.php');
@@ -45,11 +41,7 @@
$answer = php_xmlrpc_decode($response->value());
for ($i=0; $i<sizeof($answer); $i++) {
- echo '<table border="1" width="80%">
- <tr>
- <th colspan="3"><h4>'._('Method name')._(' - ').'<b>'.$answer[$i].'</b></h4></th>
- </tr>
- </table>';
+ echo '<br /><table border="1" width="80%"><tr><th colspan="3"><h4>'._('Method name')._(' - ').'<b>'.$answer[$i].'</b></h4></th></tr>';
$method = php_xmlrpc_encode($answer[$i]);
$msg = new xmlrpcmsg("system.methodHelp", array($method));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|