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

oscar at devel.plogworld.net oscar at devel.plogworld.net
Fri Jun 10 12:22:44 GMT 2005


Author: oscar
Date: 2005-06-10 12:22:44 +0000 (Fri, 10 Jun 2005)
New Revision: 2193

Modified:
   plog/trunk/class/dao/users.class.php
Log:
forgot the "searchTerms" parameter


Modified: plog/trunk/class/dao/users.class.php
===================================================================
--- plog/trunk/class/dao/users.class.php	2005-06-10 12:21:19 UTC (rev 2192)
+++ plog/trunk/class/dao/users.class.php	2005-06-10 12:22:44 UTC (rev 2193)
@@ -123,9 +123,9 @@
          * @param itemsPerPage
          * @return An array containing all the users.
          */
-        function getAllUsers( $status = USER_STATUS_ALL, $includeExtraInfo = false, $page = -1, $itemsPerPage = DEFAULT_ITEMS_PER_PAGE )
+        function getAllUsers( $status = USER_STATUS_ALL, $includeExtraInfo = false, $searchTerms = "", $page = -1, $itemsPerPage = DEFAULT_ITEMS_PER_PAGE )
         {
-	        return( $this->_provider->getAllUsers( $status, $includeExtraInfo, $page, $itemsPerPage ));	  
+	        return( $this->_provider->getAllUsers( $status, $includeExtraInfo, $searchTerms = "", $page, $itemsPerPage ));	  
         }
 
         /**




More information about the pLog-svn mailing list