]> git.mxchange.org Git - mailer.git/commitdiff
Not just default :(
authorRoland Häder <roland@mxchange.org>
Tue, 19 Jul 2011 17:34:50 +0000 (17:34 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 19 Jul 2011 17:34:50 +0000 (17:34 +0000)
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
 }
 
 // Generates a YES/NO option list from given default
-function generateYesNoOptionList ($defaultConfigValue = '') {
+function generateYesNoOptionList ($configValue = '') {
        // Generate it
        // 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
 }
 
 // "Getter" for total available receivers