*** import.php.org	2009-05-18 09:31:09.000000000 -0400
--- import.php	2009-05-18 09:31:03.000000000 -0400
***************
*** 203,209 ****
              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 =\''. addslashes($csv_data[$imported_headers['scale_name']]) .'\' and scale =\''. addslashes($csv_data[$imported_headers['scale_items']]) .'\' and (courseid = '. $courseid .' or courseid = 0)');
  
--- 203,208 ----
