From 3a80d80b4d9e5a7d483ad584a454756d962c794b Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 8 Aug 2018 15:22:27 -1000 Subject: [PATCH] closed connection to database server --- includes/titleranks-editor.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/titleranks-editor.php b/includes/titleranks-editor.php index 8533fb5..2af48d2 100644 --- a/includes/titleranks-editor.php +++ b/includes/titleranks-editor.php @@ -19,6 +19,7 @@ if (isset($_POST['editstitle'])) { echo ''; echo ''; } + $sredit->close(); echo '
'; echo '

'; echo 'Return to title manager';