Summary | Use bind variables in Auth SQL driver |
Queue | Horde Base |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | selsky (at) columbia (dot) edu |
Created | 04/02/2005 (7479 days ago) |
Due | |
Updated | 04/04/2005 (7477 days ago) |
Assigned | |
Resolved | 04/04/2005 (7477 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: Auth.sql.php-HEAD.patch
Horde_SQL::updateValues(), which doesn't use parameters. I guess I'll
work on that later.
New Attachment: Auth.sql.php[1].patch
another patch for HEAD in a bit.
State ⇒ Feedback
try this one against FRAMEWORK_3 after testing in HEAD, please upload
a new one.
Also, please make sure that you always put a space after commas in
argument lists:
function($var1, $var2, $var3) - not func($var1,$var2,$var3).
There are probably a few other things in horde/docs/CODING_STANDARDS
for you to read, but that was the most noticeable one.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Use bind variables in Auth SQL driver
Queue ⇒ Horde Base
New Attachment: Auth.sql.php.patch
State ⇒ New