[pLog-svn] r6101 - plog/branches/lifetype-1.2/class/net/xmlrpc

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Dec 3 08:28:16 EST 2007


Author: jondaley
Date: 2007-12-03 08:28:16 -0500 (Mon, 03 Dec 2007)
New Revision: 6101

Modified:
   plog/branches/lifetype-1.2/class/net/xmlrpc/xmlrpcserver.class.php
Log:
copied Mark's fix from the trunk (rev. 6100), and commented out some unused stuff

Modified: plog/branches/lifetype-1.2/class/net/xmlrpc/xmlrpcserver.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/net/xmlrpc/xmlrpcserver.class.php	2007-12-03 04:18:15 UTC (rev 6100)
+++ plog/branches/lifetype-1.2/class/net/xmlrpc/xmlrpcserver.class.php	2007-12-03 13:28:16 UTC (rev 6101)
@@ -79,7 +79,7 @@
 	            return new IXR_Error(-1, 'You did not provide the correct username and/or password');
             }
 
-            if(!$blogId){
+            if(!$blogid){
                 $blogs = $userInfo->getBlogs();
                 if(!$blogs){
                     return new IXR_Error(-1, "This user doesn't have access to any blogs.");
@@ -542,10 +542,10 @@
 	            // Get the unix time stamp 
             $time = $dateObject->getTimestamp(DATE_FORMAT_UNIXTIME);
             
-            $articleCat = $item->getCategory();
+//            $articleCat = $item->getCategory();
             
-            $blogId = $item->getBlog();
-            $blogs = new Blogs();
+//            $blogId = $item->getBlog();
+//            $blogs = new Blogs();
             $url = $blogInfo->getBlogRequestGenerator();
             
             $dummy                  = array();



More information about the pLog-svn mailing list