]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
It is the value, not entry
[mailer.git] / 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