Home » Database » DB_DataObject_FormBuilder » Bug #746
FORCEINSERT debug message uses undefined variable
Details
| Submitted | 2004-02-12 23:45 UTC |
|---|---|
| From | hlarue at siegewerks dot com |
| Assigned | mw21st |
| Status | Closed |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.3 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-02-12 23:45 UTC] hlarue at siegewerks dot com
Description:
------------
The debug message, reporting the new ID of a FORCEINSERT action uses the, yet undefined, $pk value.
$id = $this->_do->insert();
$this->debug("ID ($pk) of the new object: $id\n");
break;
[2004-03-14 18:09 UTC] mw21st at php dot net
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.