It is the value, not entry
authorRoland Häder <roland@mxchange.org>
Tue, 19 Jul 2011 17:34:17 +0000 (17:34 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 19 Jul 2011 17:34:17 +0000 (17:34 +0000)
inc/wrapper-functions.php

index 0b2cf28d20f876a5ab432ad7d2017c363c61a4fa..13f032340f81b515b16413f642649071b2d55c8d 100644 (file)
@@ -2582,9 +2582,9 @@ function parseFloat ($floatString){
 }
 
 // Generates a YES/NO option list from given default
-function generateYesNoOptionList ($configEntry = '') {
+function generateYesNoOptionList ($defaultConfigValue = '') {
        // Generate it
-       return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $configEntry);
+       return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $defaultConfigValue);
 }
 
 // "Getter" for total available receivers