[pLog-svn] r3021 - plog/trunk/class/dao/userdata

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Mar 5 17:39:07 GMT 2006


Author: oscar
Date: 2006-03-05 17:39:06 +0000 (Sun, 05 Mar 2006)
New Revision: 3021

Modified:
   plog/trunk/class/dao/userdata/ploguserdataprovider.class.php
Log:
fixed another notice


Modified: plog/trunk/class/dao/userdata/ploguserdataprovider.class.php
===================================================================
--- plog/trunk/class/dao/userdata/ploguserdataprovider.class.php	2006-03-05 17:20:45 UTC (rev 3020)
+++ plog/trunk/class/dao/userdata/ploguserdataprovider.class.php	2006-03-05 17:39:06 UTC (rev 3021)
@@ -364,6 +364,7 @@
 	    	if( $status != USER_STATUS_ALL )
 	    		$where = "status = '".Db::qstr($status)."'";
 
+			$where = "";
 	    	if( $searchTerms != "" ) {
 				if( $where != "" )
 					$where .= " AND ";



More information about the pLog-svn mailing list