6.0.0-beta1
8/7/25

[#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 (6719 days ago)
Due
Updated 03/29/2007 (6706 days ago)
Assigned 03/16/2007 (6719 days ago)
Resolved 03/29/2007 (6706 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
03/29/2007 09:49:50 PM Jan Schneider State ⇒ Not A Bug
 
03/16/2007 11:19:48 PM 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 12:20:05 PM zdravko (at) mps (dot) bg Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ sql.php driver line 100
Queue ⇒ Vacation
State ⇒ Unconfirmed
Reply to this comment
Line 100:

$values = array($user, $this->encryptPassword($password));



should be:

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


Saved Queries