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