--- loncom/interface/statistics/lonstathelpers.pm 2005/04/07 17:12:09 1.48 +++ loncom/interface/statistics/lonstathelpers.pm 2005/04/08 13:35:50 1.49 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.48 2005/04/07 17:12:09 matthew Exp $ +# $Id: lonstathelpers.pm,v 1.49 2005/04/08 13:35:50 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1252,7 +1252,7 @@ sub limit_by_time_form { } $timecheckbox .= 'OnChange="javascript:toggle_limitby_activity(this.checked);" '; $timecheckbox .= ' />'; - $Str .= ''.&mt('[_1] Limit by time',$timecheckbox).''; + $Str .= ''; $Str .= &mt('Start Time: [_1]',$startdateform).'
'; $Str .= &mt(' End Time: [_1]',$enddateform).'
'; $Str .= '';