[pLog-svn] r2990 - in plog/trunk/class/dao: . customfields

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Feb 27 21:50:48 GMT 2006


Author: oscar
Date: 2006-02-27 21:50:47 +0000 (Mon, 27 Feb 2006)
New Revision: 2990

Modified:
   plog/trunk/class/dao/articles.class.php
   plog/trunk/class/dao/customfields/customfieldvaluefactory.class.php
Log:
removed some unnecessary debug stuff


Modified: plog/trunk/class/dao/articles.class.php
===================================================================
--- plog/trunk/class/dao/articles.class.php	2006-02-27 21:46:37 UTC (rev 2989)
+++ plog/trunk/class/dao/articles.class.php	2006-02-27 21:50:47 UTC (rev 2990)
@@ -945,8 +945,6 @@
             // first remove the values
             if( !$customFields->removeArticleCustomFields( $artId ))
                 return false;
-				print("2222");
-							print_r($fields);
 
             foreach( $fields as $field ) {
                 $customFields->addCustomFieldValue( $field->getFieldId(), 

Modified: plog/trunk/class/dao/customfields/customfieldvaluefactory.class.php
===================================================================
--- plog/trunk/class/dao/customfields/customfieldvaluefactory.class.php	2006-02-27 21:46:37 UTC (rev 2989)
+++ plog/trunk/class/dao/customfields/customfieldvaluefactory.class.php	2006-02-27 21:50:47 UTC (rev 2990)
@@ -53,7 +53,6 @@
 			// make things easier for clients of the class! But we can use the array with the
 			// mappins to easily figure out the right$ class for the job
 			$constructor = CustomFieldValueFactory::_findConstructorClass( (int)$row["field_type"] );
-			print_r($row);
 			$value = new $constructor( $row["field_id"],
 			                           $row["field_value"],
 									   $row["article_id"],



More information about the pLog-svn mailing list