From 049c45ca3f3963511d574fdbfb30a0a69ff4bbdc Mon Sep 17 00:00:00 2001 From: ijackson Date: Fri, 23 Jun 2000 13:57:50 +0000 Subject: [PATCH] Really update entry when renewed. --- bcp5-registry.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2