Home » Authentication » LiveUser » Bug #7195
PDO quoteSmart
Details
| Submitted | 2006-03-24 13:07 UTC |
|---|---|
| From | marc dot jakubowski at gmail dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | 5.1.1 |
| OS | XP |
| Roadmaps | (Not assigned) |
Comments
[2006-03-24 13:07 UTC] marc dot jakubowski at gmail dot com
Description:
------------
When using PDO as storage Engine there appears an error:
Fatal error: Call to undefined method PDO::quoteSmart() in D:\Programme\xampp\php\pear\LiveUser\Perm\Storage\PDO.php on line 413
So I guess line 413 should be
$this->dbc->quote(true);
rather than
$this->dbc->quoteSmart(true);
quoteSmart seems to only be available in the PEAR::DB container