Quote:
Originally Posted by nubian
sv1cec, i'm sorry but i was able to figure out what went wrong on my end.
also the sql sntax error i was getting....
my sql doesn't like:
Code:
ALTER TABLE vb3_post ADD COLUMN `warn_flag` int( 5 ) default 0 AFTER attach
but in stead it likes:
Code:
ALTER TABLE 'vb3_post' ADD COLUMN `warn_flag` int( 5 ) default '0' AFTER attach
i do appreciate your support greatly and once again this is an awesome mod.
thank you
|
Glad you figure it out. What SQL are you using by the way?