Home » Authentication » LiveUser » Bug #1954
call to undefined function quote()
Details
| Submitted | 2004-07-22 17:03 UTC |
|---|---|
| From | worker at mompopmedia dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | 5.0.0 |
| OS | Mandrake 10 |
| Roadmaps | (Not assigned) |
Comments
[2004-07-22 17:03 UTC] worker at mompopmedia dot com
Description:
------------
line 961 of LiveUser_Admin_Perm_Container_MDB2_Complex calls a bogus function quote():
$count = $this->dbc->queryOne($query);quote($right_level, 'integer');
it should just be:
$count = $this->dbc->queryOne($query);
[2004-07-23 08:58 UTC] smith at backendmedia dot com
This bug has been fixed in CVS.
In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.
In case this was a pear.php.net website problem, the change will show
up on the website in short time.
Thank you for the report, and for helping us make PEAR better.