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 #1922

Variable not defined

Details

Submitted2004-07-20 11:19 UTC
Frompascalthuet at altern dot org
Assignedalan_k
StatusClosed
PackageDB_DataObject
PHP Version4.3.7
OSlinux
Roadmaps(Not assigned)

Comments

[2004-07-20 11:19 UTC] pascalthuet at altern dot org

Description:
------------
At line 999 of DB_DataObject.php is the variable $class used

if (@$_DB_DATAOBJECT['CACHE'][$class]) {

But this variable is not defined in the insert() methode.