[pLog-svn] r4680 - plog/branches/lifetype-1.2/class/dao/customfields

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Feb 3 06:50:45 EST 2007


Author: oscar
Date: 2007-02-03 06:50:45 -0500 (Sat, 03 Feb 2007)
New Revision: 4680

Modified:
   plog/branches/lifetype-1.2/class/dao/customfields/customfieldsvalues.class.php
Log:
Removed some debug code

Modified: plog/branches/lifetype-1.2/class/dao/customfields/customfieldsvalues.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/customfields/customfieldsvalues.class.php	2007-02-02 23:31:42 UTC (rev 4679)
+++ plog/branches/lifetype-1.2/class/dao/customfields/customfieldsvalues.class.php	2007-02-03 11:50:45 UTC (rev 4680)
@@ -164,8 +164,6 @@
 	            $where_string .= " OR (v.normalized_value LIKE '%{$query}%')";
 	            $where_string .= ")";
 			}
-			
-			print($where_string);
 
 			return( $where_string );
 		}



More information about the pLog-svn mailing list