From 4dc545fe02d8fe01a47ddeed7c4c746a3022b0d0 Mon Sep 17 00:00:00 2001 From: Steve Bader Date: Thu, 16 Nov 2023 11:08:26 -0500 Subject: [PATCH] ci: comment must end in full stop --- db/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/upgrade.php b/db/upgrade.php index 0fdc717d..b91c7428 100755 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -916,7 +916,7 @@ function xmldb_zoom_upgrade($oldversion) { } if ($oldversion < 2023111600) { - // Issue #326: Drop start_url from database + // Issue #326: Drop start_url from database. // Start zoom table modifications. $table = new xmldb_table('zoom');