From 4e2a187672422aaf08bd26b2d9e4a41040a9991e Mon Sep 17 00:00:00 2001 From: rurban Date: Mon, 31 Oct 2005 16:49:31 +0000 Subject: [PATCH] fix doc git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@4963 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/XmlRpcServer.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/XmlRpcServer.php b/lib/XmlRpcServer.php index 7f665f770..eac7f9b96 100644 --- a/lib/XmlRpcServer.php +++ b/lib/XmlRpcServer.php @@ -1,5 +1,5 @@ * Copyright (C) 2004, 2005 $ThePhpWikiProgrammingTeam * @@ -638,7 +638,7 @@ function mailPasswordToUser($params) } /** - * struct wiki.titleSearch(String substring [, Integer option = 0]) + * array wiki.titleSearch(String substring [, Integer option = 0]) * returns an array of matching pagenames. * TODO: standardize options * @@ -904,6 +904,9 @@ class XmlRpcServer extends xmlrpc_server /* $Log: not supported by cvs2svn $ + Revision 1.16 2005/10/29 14:17:51 rurban + fix doc + Revision 1.15 2005/10/29 08:57:12 rurban fix for !register_long_arrays new: array wiki.listPlugins() -- 2.45.0