12-30-2008, 11:30 PM
|
#2 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
Outside of our PM convo (this will go for every coder).
Please code with allman style indents to conform with project standards.
Please do not use sprintf to secure queries, it is an unnecessary layer of processing that takes longer to do than just compiling the query.
|
|
|
|