]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Extension ext-funcoins continued, template helper function added:
[mailer.git] / inc / wrapper-functions.php
index 2eecd1a2ef5931f614b245f5678037d8ea990847..0b2cf28d20f876a5ab432ad7d2017c363c61a4fa 100644 (file)
@@ -2582,9 +2582,9 @@ function parseFloat ($floatString){
 }
 
 // Generates a YES/NO option list from given default
-function generateYesNoOptionList ($default = '') {
+function generateYesNoOptionList ($configEntry = '') {
        // Generate it
-       return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $default);
+       return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $configEntry);
 }
 
 // "Getter" for total available receivers