From: ijackson Date: Fri, 23 Jun 2000 13:57:50 +0000 (+0000) Subject: Really update entry when renewed. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=049c45ca3f3963511d574fdbfb30a0a69ff4bbdc;p=bcp5-registry.git Really update entry when renewed. --- diff --git a/bcp5-registry.pl b/bcp5-registry.pl index 2fda10b..3e9b2f6 100755 --- a/bcp5-registry.pl +++ b/bcp5-registry.pl @@ -279,10 +279,10 @@ if ($invokestyle eq 'maintain') { get_entry(); check_password(); $ent->{'changed'}= $now; - set_entry(); $justupdated= 1; show_entry(); + write_database(); finish(); } else {