From: Roland Häder Date: Tue, 19 Jul 2011 17:34:17 +0000 (+0000) Subject: It is the value, not entry X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=49e3d2e825448dab48aa26ce59cb4e0070196465;p=mailer.git It is the value, not entry --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 0b2cf28d20..13f032340f 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 ($configEntry = '') { +function generateYesNoOptionList ($defaultConfigValue = '') { // Generate it - return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $configEntry); + return generateOptionList('/ARRAY/', array('Y', 'N'), array('{--YES--}', '{--NO--}'), $defaultConfigValue); } // "Getter" for total available receivers