From 029c3f423e67722f63c53ce2eaecb64b3b64bd10 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Thu, 10 Dec 2020 03:34:26 +0200 Subject: [PATCH] Fixed gh-620 issue to set the correct sql xml closing tag. --- admin/helpers/compiler/e_Interpretation.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/helpers/compiler/e_Interpretation.php b/admin/helpers/compiler/e_Interpretation.php index d04fbf46f..3e4afcb90 100644 --- a/admin/helpers/compiler/e_Interpretation.php +++ b/admin/helpers/compiler/e_Interpretation.php @@ -27759,7 +27759,7 @@ function vdm_dkim() { $xml .= PHP_EOL . $this->_t(2) . ''; $xml .= PHP_EOL . $this->_t(3) . 'sql/mysql/install.sql'; - $xml .= PHP_EOL . $this->_t(2) . ''; + $xml .= PHP_EOL . $this->_t(2) . ''; $xml .= PHP_EOL . $this->_t(1) . ''; } // should the sql uninstall be added @@ -27772,7 +27772,7 @@ function vdm_dkim() { $xml .= PHP_EOL . $this->_t(2) . ''; $xml .= PHP_EOL . $this->_t(3) . 'sql/mysql/uninstall.sql'; - $xml .= PHP_EOL . $this->_t(2) . ''; + $xml .= PHP_EOL . $this->_t(2) . ''; $xml .= PHP_EOL . $this->_t(1) . ''; } // should the language xml be added @@ -28120,7 +28120,7 @@ function vdm_dkim() { $xml .= PHP_EOL . $this->_t(2) . ''; $xml .= PHP_EOL . $this->_t(3) . 'sql/mysql/install.sql'; - $xml .= PHP_EOL . $this->_t(2) . ''; + $xml .= PHP_EOL . $this->_t(2) . ''; $xml .= PHP_EOL . $this->_t(1) . ''; } // should the sql uninstall be added @@ -28133,7 +28133,7 @@ function vdm_dkim() { $xml .= PHP_EOL . $this->_t(2) . ''; $xml .= PHP_EOL . $this->_t(3) . 'sql/mysql/uninstall.sql'; - $xml .= PHP_EOL . $this->_t(2) . ''; + $xml .= PHP_EOL . $this->_t(2) . ''; $xml .= PHP_EOL . $this->_t(1) . ''; } // should the language xml be added