LoL,
yes, the queries wouldn't work, not because of the first single quote, but because of a missing second single quote:
ALTER TABLE `".TABLE_PREFIX."warnings` ADD COLUMN removed_by int(15)
ALTER TABLE `".TABLE_PREFIX."warnings` ADD COLUMN removed_date int(15)
ALTER TABLE `".TABLE_PREFIX."warnings` ADD COLUMN warned_status char(1)
ALTER TABLE `".TABLE_PREFIX."warnings` ADD COLUMN caused_ban char(1)
Sorry folks, I keep saying to myself, not to answer questions early in the morning.
Rgds
|