Home » Database » DB_DataObject » Bug #819
Call to undefined function: quoteentity()
Details
| Submitted | 2004-02-21 15:29 UTC |
|---|---|
| From | dragun at yegon dot sk |
| Status | No Feedback |
| Package | DB_DataObject |
| PHP Version | 4.3.2 |
| OS | Debian Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-02-21 15:29 UTC] dragun at yegon dot sk
Description:
------------
when using quote_entities = 1 the sql statements are not built and an error occurs
Fatal error: Call to undefined function: quoteentity() in /usr/local/share/pear/DB/DataObject.php on line 381
it started working when I manually replaced all occurances of
$DB->quoteEntity with $DB->quoteIdentifier
I am using mysql with DataObjects and could not find the function quoteEntity in the module