PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject_FormBuilder » Bug #4364

Code error on FormBuilder.php -> line 2380

Details

Submitted2005-05-17 11:57 UTC
Frommarc at cargol dot net
Assignedjustinpatrin
StatusClosed
PackageDB_DataObject_FormBuilder
PHP Version4.3.11
OSDebian 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.