summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-05-16 10:05:16 +0200
committerAndrey Andreev <narf@devilix.net>2014-05-16 10:05:16 +0200
commitdb6f5f1569951e470f95c8b9154f06c91d7efe8e (patch)
treea5f057e7bf94d748287408b55217654e503cc0e9 /user_guide_src/source
parenta9b993535de3277367a0d8a8cde28c76d9cd215f (diff)
[ci skip] Manually apply an improved version of PR #3034 (doc fixes)
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/libraries/xmlrpc.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide_src/source/libraries/xmlrpc.rst b/user_guide_src/source/libraries/xmlrpc.rst
index c2e9a1113..5f1c917a9 100644
--- a/user_guide_src/source/libraries/xmlrpc.rst
+++ b/user_guide_src/source/libraries/xmlrpc.rst
@@ -87,7 +87,7 @@ Here is a basic example that sends a simple Weblogs.com ping to the
if ( ! $this->xmlrpc->send_request())
{
- echo $this->xmlrpc->display_error();
+ echo $this->xmlrpc->display_error();
}
Explanation
@@ -152,7 +152,7 @@ Here is an example to illustrate::
$this->load->library('xmlrpc');
$this->load->library('xmlrpcs');
- $config['functions']['new_post'] = array('function' => 'My_blog.new_entry'),
+ $config['functions']['new_post'] = array('function' => 'My_blog.new_entry');
$config['functions']['update_post'] = array('function' => 'My_blog.update_entry');
$config['object'] = $this;
@@ -523,7 +523,7 @@ Class Reference
:param bool $flag: Debug status flag
:rtype: void
- Enables or disables debugging, which will display a variety of information and error data helpful during development.
+ Enables or disables debugging, which will display a variety of information and error data helpful during development.
.. method:: display_error()
@@ -575,4 +575,4 @@ Class Reference
'struct'
);
- return $this->xmlrpc->send_response($response); \ No newline at end of file
+ return $this->xmlrpc->send_response($response); \ No newline at end of file