--- loncom/interface/loncommon.pm 2019/02/06 16:10:34 1.1075.2.127.2.7 +++ loncom/interface/loncommon.pm 2019/02/07 16:45:53 1.1075.2.127.2.8 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1075.2.127.2.7 2019/02/06 16:10:34 raeburn Exp $ +# $Id: loncommon.pm,v 1.1075.2.127.2.8 2019/02/07 16:45:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -17113,6 +17113,7 @@ sub make_short_symbs { push(@errors,&mt('error: could not store unique six character URLs')); } } + } } } return ($numnew,\@errors);