There is a bug in the threads_import.php file in beta 3. On line 512, almost at the very end you'll see a bit of code that looks like this:

$user_data['U_ShowBday'],'{$config['TIME_FORMAT']}',$user_data['U_FloodControl']));

that should be:

$user_data['U_ShowBday'],'$config['TIME_FORMAT']',$user_data['U_FloodControl']));

Last edited by Rick; 08/11/2006 4:56 PM.