Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.127.2.7 and 1.1075.2.127.2.8

version 1.1075.2.127.2.7, 2019/02/06 16:10:34 version 1.1075.2.127.2.8, 2019/02/07 16:45:53
Line 17113  sub make_short_symbs { Line 17113  sub make_short_symbs {
                         push(@errors,&mt('error: could not store unique six character URLs'));                          push(@errors,&mt('error: could not store unique six character URLs'));
                     }                      }
                 }                  }
               }
         }          }
     }      }
     return ($numnew,\@errors);      return ($numnew,\@errors);

Removed from v.1.1075.2.127.2.7  
changed lines
  Added in v.1.1075.2.127.2.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>