From 188b728bf2a0bf078b54e0254ecfe75584ef637d Mon Sep 17 00:00:00 2001 From: quix0r Date: Tue, 19 Jul 2011 17:34:50 +0000 Subject: [PATCH] Not just default :( --- inc/wrapper-functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5