PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #1954

call to undefined function quote()

Details

Submitted2004-07-22 17:03 UTC
Fromworker at mompopmedia dot com
Assignedlsmith
StatusClosed
PackageLiveUser
PHP Version5.0.0
OSMandrake 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.