--- loncom/interface/portfolio.pm 2007/03/03 01:33:21 1.177 +++ loncom/interface/portfolio.pm 2007/03/20 15:36:14 1.178 @@ -1,7 +1,7 @@ # The LearningOnline Network # portfolio browser # -# $Id: portfolio.pm,v 1.177 2007/03/03 01:33:21 albertel Exp $ +# $Id: portfolio.pm,v 1.178 2007/03/20 15:36:14 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1347,7 +1347,7 @@ sub display_access_row { ''); $colspan ++; } elsif ($type eq 'domains') { - @all_doms = &Apache::lonnet::all_domains(); + @all_doms = sort(&Apache::lonnet::all_domains()); } $r->print(&Apache::loncommon::end_data_table_header_row()); foreach my $key (@{$items}) {