--- loncom/publisher/testbankimport.pm 2013/06/07 16:07:49 1.40 +++ loncom/publisher/testbankimport.pm 2013/07/02 19:04:49 1.41 @@ -1,5 +1,5 @@ # Handler for parsing text upload problem descriptions into .problems -# $Id: testbankimport.pm,v 1.40 2013/06/07 16:07:49 bisitz Exp $ +# $Id: testbankimport.pm,v 1.41 2013/07/02 19:04:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1947,7 +1947,7 @@ sub handler { &page_footer('',$fn).''); } } else { - &Apache::lonupload::phaseone($r,$fn,'testbank'); + &Apache::lonupload::phaseone($r,$fn,'testbank',$uname,$udom); } $r->print(&Apache::loncommon::end_page()); return OK;