]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Typos corrected, 'require id card' can now be specified while adding new network...
[mailer.git] / inc / wrapper-functions.php
index 1c3e2b60d1f61690bbc7f7a8ab7dda538c804c8a..5dde76d70ff69b904af45f5c951adead74aa4139 100644 (file)
@@ -2676,9 +2676,9 @@ function parseFloat ($floatString){
 }
 
 // Generates a YES/NO option list from given default
-function generateYesNoOptionList ($configValue = '') {
+function generateYesNoOptionList ($defaultValue = '') {
        // Generate it
-       return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $configValue);
+       return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $defaultValue);
 }
 
 // "Getter" for total available receivers