--- loncom/interface/portfolio.pm 2007/01/29 21:18:53 1.176 +++ loncom/interface/portfolio.pm 2007/05/02 01:33:50 1.179 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.176 2007/01/29 21:18:53 albertel Exp $ +# $Id: portfolio.pm,v 1.179 2007/05/02 01:33:50 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1014,7 +1014,7 @@ sub update_access { } else { if ((@{$processing{'activate'}} > 0) || (@{$processing{'update'}} > 0)) { $errors .= ''. - &mt('A problem occurred storing access control settings: [_1]',$outcome). + &mt('A problem occurred saving access control settings: [_1]',$outcome). ''; } } @@ -1347,7 +1347,7 @@ sub display_access_row { ''); $colspan ++; } elsif ($type eq 'domains') { - @all_doms = &Apache::loncommon::get_domains(); + @all_doms = sort(&Apache::lonnet::all_domains()); } $r->print(&Apache::loncommon::end_data_table_header_row()); foreach my $key (@{$items}) {