From 0bb220d74c8e8284e506b32a39564db15d1af00d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 9 Oct 2005 00:10:26 +0000 Subject: [PATCH] r509: Found a string to localize --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 5d1eda2..b5c9d44 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -36,7 +36,7 @@ function construct_option_select($name, $array, $selected = 0, $valuekey = '', $ // if we're not working on a boolean false, we use it for the value (allows -1 and 0) if ($includenil !== false) { - $opts[] = ''; + $opts[] = ''; } foreach ($array AS $value => $label) { -- 2.22.5