Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.127.2.9 and 1.1075.2.127.2.10

version 1.1075.2.127.2.9, 2020/05/25 16:46:58 version 1.1075.2.127.2.10, 2020/05/25 18:46:14
Line 17138  sub make_short_symbs { Line 17138  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'));
                     }                      }
                 }                  }
                   my $dellockres = &Apache::lonnet::del_dom('tiny',["lock\0$now"],$cdom);
                   unless ($dellockres eq 'ok') {
                       push(@errors,&mt('error: could not release lockfile'));
                   }
               } else {
                   push(@errors,&mt('error: could not obtain lockfile'));
               }
               if (keys(%courseonly)) {
                   my $result = &Apache::lonnet::newput('tiny',\%courseonly,$cdom,$cnum);
                   if ($result ne 'ok') {
                       push(@errors,&mt('error: could not update course look-up of short URLs'));
                   }
             }              }
         }          }
     }      }

Removed from v.1.1075.2.127.2.9  
changed lines
  Added in v.1.1075.2.127.2.10


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