
01-23-2006, 12:14 PM
|
 |
|
|
Join Date: Jan 2004
Location: Netherlands
Posts: 742
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MarcoH64
No need for any coding, just run the following query:
[sql]UPDATE user set styleid = 11;[/sql]
@harmor19
Do you have any idea what your code is doing? It will loop through each user registered on your board, then for each user it will set the styleid for all users.
This not only don't make sense, it will for sure bring your server on it's knees for some time if you have a big userbase.
|
Thx!
|