oops
authorivan <ivan>
Tue, 9 Dec 2008 01:49:55 +0000 (01:49 +0000)
committerivan <ivan>
Tue, 9 Dec 2008 01:49:55 +0000 (01:49 +0000)
FS/FS/Record.pm

index 80ab564..1f0b140 100644 (file)
@@ -1339,8 +1339,8 @@ sub process_batch_import {
     warn "can't parse file type from filename $file; defaulting to CSV";
     $type = 'csv';
   }
-  $type = 'csv' unless $type eq 'xls';
-    $opt->{'default_csv'} && $type ne 'xls';
+  $type = 'csv'
+    if $opt->{'default_csv'} && $type ne 'xls';
 
   my $error =
     FS::Record::batch_import( {