ALTER TABLE `$table_forums` ADD `finfostatus` set('on','off') NOT NULL default 'off';
ALTER TABLE `$table_forums` ADD `finfo` text;