[#5125] sql.php driver line 100
Summary sql.php driver line 100
Queue Vacation
Queue Version 3.0.1
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester zdravko (at) mps (dot) bg
Created 03/16/2007 (422 days ago)
Due
Updated 03/29/2007 (409 days ago)
Assigned 03/16/2007 (422 days ago)
Resolved 03/29/2007 (409 days ago)
Attachments
Milestone
Patch

History
03/29/2007 Jan Schneider State ⇒ Not A Bug
 
03/16/2007 Chuck Hagenbuch Comment #2
State ⇒ Feedback
Reply to this comment
Both HEAD and FW_3 are already as you say it should be ...
03/16/2007 zdravko (at) mps (dot) bg Comment #1
Summary ⇒ sql.php driver line 100
Type ⇒ Bug
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Vacation
Reply to this comment
Line 100:
$values = array($user, $this->encryptPassword($password));

should be:
$values = array($myuser, $this->encryptPassword($password));