PEAR is archived and read-only

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

Home » Database » DB_DataObject » Bug #972

latest cvs notice

Details

Submitted2004-03-08 14:14 UTC
Frommaka3d at yahoo dot com dot br
Assignedalan_k
StatusClosed
PackageDB_DataObject
PHP Version4.3.4
OSWinXP/FreeBSD
Roadmaps(Not assigned)

Comments

[2004-03-08 14:14 UTC] maka3d at yahoo dot com dot br

Description:
------------
I update from CVS 1.241 and start to get Notice undefined index. at line 456.

if (!$_DB_DATAOBJECT['RESULTS'][$this->_DB_resultid] ||

I think it just need a @

if (!@$_DB_DATAOBJECT['RESULTS'][$this->_DB_resultid] ||