CarCdr
04-30-2004, 11:34 AM
I want to change the code for QUOTE bbcode and I note that various other QUOTE mod's include the running of this query:
ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT NOT NULL;
What is the purpose of doing this before changing the QUOTE replacement code and does one need to run it before every tweak of said code?
ALTER TABLE bbcode CHANGE bbcodereplacement bbcodereplacement TEXT NOT NULL;
What is the purpose of doing this before changing the QUOTE replacement code and does one need to run it before every tweak of said code?