Home » Database » DB_DataObject_FormBuilder » Bug #1700
Notice: Array to string conversion
Details
| Submitted | 2004-06-22 07:46 UTC |
|---|---|
| From | tobias dot nix at web dot de |
| Assigned | justinpatrin |
| Status | Closed |
| Package | DB_DataObject_FormBuilder |
| PHP Version | Irrelevant |
| OS | debian |
| Roadmaps | (Not assigned) |
Comments
[2004-06-22 07:46 UTC] tobias dot nix at web dot de
Description:
------------
Notice: Array to string conversion in /usr/share/php/DB/DataObject/FormBuilder.php on line 879
if ($this->_dateFromDatabaseCallback != false && function_exists($this->_dateFromDatabaseCallback)) {
the variable $this->_dateFromDatabaseCallback is an array.
the method function_exists expects a string.