From: Roland Häder Date: Tue, 6 Sep 2016 12:07:25 +0000 (+0200) Subject: Continued a bit: X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=6dcb879ba3abb21843503cacc65d1fe0848eb90f Continued a bit: - continue is not valid here, use return --- diff --git a/inc/config-functions.php b/inc/config-functions.php index 518465e561..825faea0d8 100644 --- a/inc/config-functions.php +++ b/inc/config-functions.php @@ -347,7 +347,7 @@ function updateConfiguration ($entries, $values, $updateMode = '', $config = '0' // Is the value zero? if ($values == '0') { // Then skip it - continue; + return; } // END - if // Update mode set