]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Not just default :(
[mailer.git] / inc / wrapper-functions.php
index 13f032340f81b515b16413f642649071b2d55c8d..01a4fe9c346765d2b0a636df910e0d96283a5865 100644 (file)
@@ -2582,9 +2582,9 @@ function parseFloat ($floatString){
 }
 
 // Generates a YES/NO option list from given default
-function generateYesNoOptionList ($defaultConfigValue = '') {
+function generateYesNoOptionList ($configValue = '') {
        // Generate it
-       return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $defaultConfigValue);
+       return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $configValue);
 }
 
 // "Getter" for total available receivers