--- loncom/interface/lonmanagekeys.pm 2003/04/23 01:55:52 1.3 +++ loncom/interface/lonmanagekeys.pm 2003/04/23 13:11:45 1.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to manage course access keys # -# $Id: lonmanagekeys.pm,v 1.3 2003/04/23 01:55:52 www Exp $ +# $Id: lonmanagekeys.pm,v 1.4 2003/04/23 13:11:45 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -141,7 +141,8 @@ sub genkeys { return 'Invalid number of keys given.'; } return 'Generated '.&Apache::lonnet::generate_access_keys - ($num,$cenv{'domain'},$cenv{'number'},$comments).' access keys.'; + ($num,$cenv{'domain'},$cenv{'num'},$comments).' of '.$num. + ' access keys.'; } ###################################################################