Update of /cvsroot/php-blog/serendipity
In directory sc8-pr-cvs1:/tmp/cvs-serv28994
Modified Files:
serendipity_xmlrpc.php
Log Message:
added mt.setPostCategories
Index: serendipity_xmlrpc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/serendipity_xmlrpc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- serendipity_xmlrpc.php 12 Oct 2003 17:36:01 -0000 1.10
+++ serendipity_xmlrpc.php 26 Oct 2003 16:47:43 -0000 1.11
@@ -28,6 +28,8 @@
array('function' => 'mt_getCategoryList'),
'mt.getPostCategories' =>
array('function' => 'metaWeblog_getPostCategories'),
+ 'mt.setPostCategories' =>
+ array('function' => 'metaWeblog_setPostCategories'),
'metaWeblog.setPostCategories' =>
array('function' => 'metaWeblog_setPostCategories'),
'metaWeblog.getPostCategories' =>
|