[pLog-svn] r2748 - plog/trunk/class/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jan 4 23:20:39 GMT 2006


Author: oscar
Date: 2006-01-04 23:20:38 +0000 (Wed, 04 Jan 2006)
New Revision: 2748

Modified:
   plog/trunk/class/dao/bloginfo.class.php
Log:
small change


Modified: plog/trunk/class/dao/bloginfo.class.php
===================================================================
--- plog/trunk/class/dao/bloginfo.class.php	2006-01-04 16:40:23 UTC (rev 2747)
+++ plog/trunk/class/dao/bloginfo.class.php	2006-01-04 23:20:38 UTC (rev 2748)
@@ -305,9 +305,12 @@
         }
 
         /**
-         * @private
+         * Return information about all the users who belong to this blog.
+         *
+         * @return An array of UserInfo objects
+         * @see UserInfo
          */
-        function getUsersInfo( )
+        function getUsersInfo()
         {
 	        include_once( PLOG_CLASS_PATH."class/dao/users.class.php" );
 



More information about the pLog-svn mailing list