/profile_icq.gif\' border=\'0\' alt=\'ICQ\' />', 1, 1);"; # Fix bug where update "msg_total=msg_total+1" doesn't update when msg_total is NULL $SQL[] = "ALTER TABLE ibf_members change msg_total msg_total smallint(5) default '0'"; # Fix bug where "select * from members where temp_ban..." prevents NULL IS NOT NULL confusion $SQL[] = "ALTER TABLE ibf_members change temp_ban temp_ban varchar(100) default '0'"; ?>