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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Aug 14 16:28:39 GMT 2006


Author: oscar
Date: 2006-08-14 16:28:38 +0000 (Mon, 14 Aug 2006)
New Revision: 3876

Modified:
   plog/trunk/class/dao/userdata/lifetypeuserdataprovider.class.php
Log:
removed some unnecessary debug info


Modified: plog/trunk/class/dao/userdata/lifetypeuserdataprovider.class.php
===================================================================
--- plog/trunk/class/dao/userdata/lifetypeuserdataprovider.class.php	2006-08-14 16:22:31 UTC (rev 3875)
+++ plog/trunk/class/dao/userdata/lifetypeuserdataprovider.class.php	2006-08-14 16:28:38 UTC (rev 3876)
@@ -156,7 +156,6 @@
 
 			if( $result ) {
 				// remove the old data
-				print("cleaning data?");
 	            $this->_cache->removeData( $user->getId(), CACHE_USERINFO );
     	        $this->_cache->removeData( $user->getUsername(), CACHE_USERIDBYNAME );
     	    }
@@ -312,4 +311,4 @@
 			return( "(user LIKE '%".$searchTerms."%' OR full_name LIKE '%".$searchTerms."%')");
 		}
     }
-?>
\ No newline at end of file
+?>



More information about the pLog-svn mailing list