From: Roland Häder Date: Thu, 28 Jul 2011 05:08:51 +0000 (+0000) Subject: true is for 'asArray' parameter, 'return' was a little misleading here so I added... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e54d3ae5331f50db6811510ff8e22227c09e4c77;p=mailer.git true is for 'asArray' parameter, 'return' was a little misleading here so I added it in some parts :( --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index cf55c4e282..ab5a1b975b 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -2589,7 +2589,7 @@ function createConfigurationTimeSelections ($configEntry, $stamps, $align = 'cen $configValue = getConfig($configEntry); // Call inner method - return createTimeSelections($configValue, $configEntry, $stamps, $align, true); + return createTimeSelections($configValue, $configEntry, $stamps, $align); } // Shortens converting of German comma to Computer's version in POST data