From e54d3ae5331f50db6811510ff8e22227c09e4c77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 28 Jul 2011 05:08:51 +0000 Subject: [PATCH] true is for 'asArray' parameter, 'return' was a little misleading here so I added it in some parts :( --- inc/wrapper-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5