--- loncom/interface/lonmenu.pm 2013/01/03 20:19:10 1.369.2.33 +++ loncom/interface/lonmenu.pm 2013/01/03 20:25:12 1.369.2.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.369.2.33 2013/01/03 20:19:10 raeburn Exp $ +# $Id: lonmenu.pm,v 1.369.2.34 2013/01/03 20:25:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2181,7 +2181,6 @@ sub roles_selector { } } } - my $switchtext; if ($crstype eq 'Community') { $switchtext = &mt('Switch community role') } else { @@ -2513,7 +2512,6 @@ sub countdown_timer { } my $duedate = &Apache::lonnet::EXT("resource.0.duedate"); my @interval=&Apache::lonnet::EXT("resource.0.interval"); - my $hastimeleft; if (@interval > 1) { my $first_access=&Apache::lonnet::get_first_access($interval[1]); if ($first_access > 0) {