PEAR is archived and read-only

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

Home » Authentication » LiveUser » Bug #7706

Wrong var in Auth/PDO.php

Details

Submitted2006-05-23 14:31 UTC
Fromsentinel at wp dot pl
Assignedlsmith
StatusClosed
PackageLiveUser
PHP Version5.1.2
OSWindows XP
Roadmaps(Not assigned)

Comments

[2006-05-23 14:31 UTC] sentinel at wp dot pl

Description:
------------
I have a problem when I'm using PDO extension of LiveUser. I found a reason in Auth/PDO.php file in line 274:
if (!is_array($result))
It should be:
if (!is_array($row))