true is for 'asArray' parameter, 'return' was a little misleading here so I added...
authorRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 05:08:51 +0000 (05:08 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2011 05:08:51 +0000 (05:08 +0000)
inc/wrapper-functions.php

index cf55c4e282b027f5046bc884212c9988bcbd10e2..ab5a1b975b5af071d8711f83e865499e35d83530 100644 (file)
@@ -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