Home » Database » DB_DataObject » Bug #972
latest cvs notice
Details
| Submitted | 2004-03-08 14:14 UTC |
|---|---|
| From | maka3d at yahoo dot com dot br |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | 4.3.4 |
| OS | WinXP/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] ||