From: Mark Wooding Date: Tue, 14 May 2024 20:12:22 +0000 (+0100) Subject: update: Actually update the last entry in the file. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/dvddb/commitdiff_plain/43f1e559e11d0e5da27e07890c21c8e4feab8e7a?hp=562fc84575d19ab09980bff2cb1c7ca92c15b109 update: Actually update the last entry in the file. Not quite sure how this one slipped by. --- diff --git a/update b/update index 7fdef51..e2a07fa 100755 --- a/update +++ b/update @@ -128,4 +128,5 @@ LINE: while (<>) { } } +flush_set; $DB->commit; $DB->disconnect;