From c7d700d09252cdcc2f947c087b627ea9583bfad0 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 3 Sep 2004 21:22:39 +0000 Subject: Fix for [ 1014753 ] Incorrect character display. --- functions/list_functions.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions/list_functions.php') diff --git a/functions/list_functions.php b/functions/list_functions.php index f9e0321..d17a186 100644 --- a/functions/list_functions.php +++ b/functions/list_functions.php @@ -16,6 +16,7 @@ function list_calcolors() { $i = 1; foreach ($master_array['-3'] as $key => $val) { if ($i > $unique_colors) $i = 1; + $val = str_replace ("\,", ",", $val); $return .= ' '.$val.'
'; $i++; } -- cgit v1.2.3