diff --git a/grade/edit/outcome/import.php b/grade/edit/outcome/import.php
index 9fb4ab7..d69ee84 100644
--- a/grade/edit/outcome/import.php
+++ b/grade/edit/outcome/import.php
@@ -203,7 +203,7 @@ if ($handle = fopen($imported_file['userfile']['tmp_name'], 'r')) {
             print_box(get_string('importskippedoutcome', 'grades', $csv_data[$imported_headers['outcome_shortname']]));
             continue;
         }
-        break;
+
         // new outcome will be added, search for compatible existing scale...
         $scale = get_records_select('scale', 'name ="'. $csv_data[$imported_headers['scale_name']] .'" and scale ="'. $csv_data[$imported_headers['scale_items']] .'" and (courseid = '. $courseid .' or courseid = 0)');
 
