Home » Database » DB_DataObject » Bug #528
sintaxe error still wrong at CVS
Details
| Submitted | 2004-01-06 14:29 UTC |
|---|---|
| From | maka3d at yahoo dot com dot br |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-01-06 14:29 UTC] maka3d at yahoo dot com dot br
Description:
------------
DataObject.php at line 990
if (PEAR::isError($vale)) {
should be
if (PEAR::isError($value)) {