Home » Database » DB_DataObject » Bug #3761
Db_DataObject_Cast::dateTime fails
Details
| Submitted | 2005-03-10 13:11 UTC |
|---|---|
| From | therion_5 at hotmail dot com |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | 4.3.10 |
| OS | any |
| Roadmaps | (Not assigned) |
Comments
[2005-03-10 13:11 UTC] therion_5 at hotmail dot com
Description:
------------
Cast.php line 270
$r = DB_DataObject_Cast($bits[0], $bits[1], $bits[2]);
replace with
$r = new DB_DataObject_Cast($bits[0], $bits[1], $bits[2]);
Actual result:
--------------
[Thu Mar 10 14:04:45 2005] [error] PHP Fatal error: Call to undefined function: db_dataobject_cast() in \\apache\\php-4.3.10\\pear\\DB\\DataObject\\Cast.php on line 270