[pLog-svn] r2107 - plog/branches/plog-1.1-ben/class/dao

ork at devel.plogworld.net ork at devel.plogworld.net
Sun May 29 23:37:05 GMT 2005


Author: ork
Date: 2005-05-29 23:37:05 +0000 (Sun, 29 May 2005)
New Revision: 2107

Modified:
   plog/branches/plog-1.1-ben/class/dao/mylinkscategories.class.php
Log:
cosmetic change


Modified: plog/branches/plog-1.1-ben/class/dao/mylinkscategories.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/dao/mylinkscategories.class.php	2005-05-29 23:36:10 UTC (rev 2106)
+++ plog/branches/plog-1.1-ben/class/dao/mylinkscategories.class.php	2005-05-29 23:37:05 UTC (rev 2107)
@@ -28,7 +28,10 @@
 		 * @param page
 		 * @param itemsPerPage
          */
-        function getMyLinksCategories( $blogId, $order = MYLINKS_CATEGORIES_NO_ORDER, $page = -1, $itemsPerPage = DEFAULT_ITEMS_PER_PAGE )
+        function getMyLinksCategories( $blogId, 
+                                       $order = MYLINKS_CATEGORIES_NO_ORDER, 
+                                       $page = -1, 
+                                       $itemsPerPage = DEFAULT_ITEMS_PER_PAGE )
         {
 			$prefix = $this->getPrefix();			
 			// basic query




More information about the pLog-svn mailing list