Home » Database » DB_DataObject » Bug #1922
Variable not defined
Details
| Submitted | 2004-07-20 11:19 UTC |
|---|---|
| From | pascalthuet at altern dot org |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | 4.3.7 |
| OS | linux |
| 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.