--- loncom/publisher/lonpubdir.pm 2009/11/18 20:48:06 1.125 +++ loncom/publisher/lonpubdir.pm 2011/11/07 13:38:45 1.125.4.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Directory Lister # -# $Id: lonpubdir.pm,v 1.125 2009/11/18 20:48:06 droeschl Exp $ +# $Id: lonpubdir.pm,v 1.125.4.1 2011/11/07 13:38:45 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -218,7 +218,7 @@ sub startpage { } $r->print(&Apache::loncommon::head_subbox( - &Apache::loncommon::CSTR_pageheader(1))); + &Apache::loncommon::CSTR_pageheader())); my $esc_thisdisfn = &Apache::loncommon::escape_single($thisdisfn); my $doctitle = 'LON-CAPA '.&mt('Construction Space');