From: Roland Häder Date: Tue, 19 Jul 2011 17:34:50 +0000 (+0000) Subject: Not just default :( X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=245c5812acaa3d845b03e1ead48cb7585444bcaf Not just default :( --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 13f032340f..01a4fe9c34 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 ($defaultConfigValue = '') { +function generateYesNoOptionList ($configValue = '') { // 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