Home » Database » DB_DataObject_FormBuilder » Bug #4364
Code error on FormBuilder.php -> line 2380
Details
| Submitted | 2005-05-17 11:57 UTC |
|---|---|
| From | marc at cargol dot net |
| Assigned | justinpatrin |
| Status | Closed |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.11 |
| OS | Debian GNU/Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-05-17 11:57 UTC] marc at cargol dot net
Description:
------------
It is a little "typo" error on line 2380.
It is writted:
return $this_raiseDoError('Update of main record failed', $this->_do);
and should be:
return $this->_raiseDoError('Update of main record failed', $this->_do);
Thanks.