--- loncom/interface/slotrequest.pm 2009/08/05 16:12:53 1.101 +++ loncom/interface/slotrequest.pm 2009/08/13 10:32:29 1.103 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.101 2009/08/05 16:12:53 bisitz Exp $ +# $Id: slotrequest.pm,v 1.103 2009/08/13 10:32:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2054,7 +2054,7 @@ sub display_filter { &mt('Update Display').'" />'. '

'. &mt('Only changes made from servers running LON-CAPA [_1] or later are displayed.' - ,'2.6.99.0'); + ,'2.9.0'); if ($version) { $output .= ' '.&mt('This LON-CAPA server is version [_1]',$version); }