From 49e3d2e825448dab48aa26ce59cb4e0070196465 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 19 Jul 2011 17:34:17 +0000 Subject: [PATCH] It is the value, not entry --- 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 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 -- 2.39.2