
03-10-2007, 11:13 PM
|
 |
|
|
Join Date: Feb 2004
Location: I LOVE New York!
Posts: 2,886
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by RS_Jelle
A coding suggestion: Replace the two deprecated iif functions (used in post_thanks.php) with ternary conditional operators.
It's also a very, very small speed optimization (less function calls).
There are also some old queries in the functions_post_thanks.php code (replace them with read, write, first, ... queries).
|
I'll see what I can do.
|