View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
384 | PHPOF2 | Default | public | 9 Jun 2011 15:31 | 11 Jul 2011 19:07 |
Reporter | dsmejkal | Assigned To | timj | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 0.12.2 | ||||
Target Version | 0.12.3 | Fixed in Version | 0.12.3 | ||
Summary | 384: PHPOF2_DBRow::clear() doesn't set retrieved_ok property to false | ||||
Description | PHPOF2_DBRow::clear() doesn't set retrieved_ok property to false | ||||
Tags | No 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(); } | ||||
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 |