--- loncom/localize/localize/en.pm 2006/12/23 06:16:30 1.4 +++ loncom/localize/localize/en.pm 2006/12/23 07:06:20 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Hebrew Localization Lexicon # -# $Id: en.pm,v 1.4 2006/12/23 06:16:30 albertel Exp $ +# $Id: en.pm,v 1.5 2006/12/23 07:06:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -54,7 +54,7 @@ use base qw(Apache::localize); '_location_in_mail_folder' => sub { my (undef,$status,$description,$first,$finish,$total) = @_; - if ($msgstatus eq '') { $description = 'All'; } + if ($status eq '') { $description = 'All'; } return ''.$description.' messages: showing messages '.$first. ' through '.$finish.' of '.$total.'.';