diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-03-01 13:57:52 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-03-01 13:57:52 +0100 |
commit | 090b2f7f2e9109b8cf03a3f64d520b50da4fc57a (patch) | |
tree | aa6e21e51a3e79f86e494df50fcda50fd4247745 /user_guide/libraries/xmlrpc.html | |
parent | 112569db87d01a04b98eb6c37d9c9ced03b52f3f (diff) |
fixed a note in the xmlrpc server section
Diffstat (limited to 'user_guide/libraries/xmlrpc.html')
-rw-r--r-- | user_guide/libraries/xmlrpc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html index 5f5563882..5afbae98b 100644 --- a/user_guide/libraries/xmlrpc.html +++ b/user_guide/libraries/xmlrpc.html @@ -183,7 +183,7 @@ class and method for processing.</p> <p>Here is an example to illustrate:</p>
<code>
-$this->load->library('xmlrpcs');<br />
+$this->load->library('xmlrpc');<br />
$this->load->library('xmlrpcs');<br />
<br />
$config['functions']['<var>new_post</var>']; = array('function' => '<dfn>My_blog.new_entry</dfn>');<br />
|