X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=0b2cf28d20f876a5ab432ad7d2017c363c61a4fa;hb=e51f09bb54eaaf565ac1bae162bf363fc9553ff7;hp=2eecd1a2ef5931f614b245f5678037d8ea990847;hpb=65f41ecaa6ec63e05d703a0bf91ee6caa8d52ff6;p=mailer.git diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 2eecd1a2ef..0b2cf28d20 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -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