View Issue Details

IDProjectCategoryView StatusLast Update
384PHPOF2Defaultpublic11 Jul 2011 19:07
Reporterdsmejkal Assigned Totimj  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.12.2 
Target Version0.12.3Fixed in Version0.12.3 
Summary384: PHPOF2_DBRow::clear() doesn't set retrieved_ok property to false
DescriptionPHPOF2_DBRow::clear() doesn't set retrieved_ok property to false
TagsNo tags attached.
Attached Files
fix_phpof2_clear_retrieved_ok.diff (255 bytes)   
Index: DBRow.php
===================================================================
--- DBRow.php	(revision 44799)
+++ DBRow.php	(working copy)
@@ -342,6 +342,7 @@
 				}
 			}
 		}
+		$this->retrieved_ok = false;
 		$this->initChangeRecording();
 	}
 	

Activities

dsmejkal

9 Jun 2011 15:32

reporter   ~386

patch attached

timj

11 Jul 2011 19:07

manager   ~387

Fixed in SVN r2239. Thanks!

Issue History

Date Modified Username Field Change
9 Jun 2011 15:31 dsmejkal New Issue
9 Jun 2011 15:32 dsmejkal File Added: fix_phpof2_clear_retrieved_ok.diff
9 Jun 2011 15:32 dsmejkal Note Added: 386
11 Jul 2011 19:07 timj Note Added: 387
11 Jul 2011 19:07 timj Assigned To => timj
11 Jul 2011 19:07 timj Reproducibility have not tried => always
11 Jul 2011 19:07 timj Status new => resolved
11 Jul 2011 19:07 timj Resolution open => fixed
11 Jul 2011 19:07 timj Product Version => 0.12.2
11 Jul 2011 19:07 timj Fixed in Version => 0.12.3
11 Jul 2011 19:07 timj Target Version => 0.12.3
11 Jul 2011 19:07 timj Summary PHPOF2_DBRow::clear() doesn't initiate retrieved_ok property to false => PHPOF2_DBRow::clear() doesn't set retrieved_ok property to false
11 Jul 2011 19:07 timj Description Updated