
12-14-2004, 12:08 PM
|
|
|
Join Date: Jun 2004
Location: Germany
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by sv1cec
Yes, you have not run the query that adds the "caused_ban" column in your warnings table. Run it now:
ALTER TABLE `".TABLE_PREFIX."warnings` ADD COLUMN `caused_ban` char(1) AFTER warned_warning_id
Rgds
|
Thanks for your help.
This fixed the problem.
|