| 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 (6812 days ago) |
| Due | |
| Updated | 03/29/2007 (6799 days ago) |
| Assigned | 03/16/2007 (6812 days ago) |
| Resolved | 03/29/2007 (6799 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Feedback
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ sql.php driver line 100
Queue ⇒ Vacation
State ⇒ Unconfirmed
$values = array($user, $this->encryptPassword($password));
should be:
$values = array($myuser, $this->encryptPassword($password));