From 245c5812acaa3d845b03e1ead48cb7585444bcaf Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
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