aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_functions.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-09-03 21:22:39 +0000
committerChad Little <clittle@users.sourceforge.net>2004-09-03 21:22:39 +0000
commitc7d700d09252cdcc2f947c087b627ea9583bfad0 (patch)
treed9e900766403a4f31a4f0a41754082099c2faa32 /functions/list_functions.php
parente76b72dd2012280c32711f03abf2a4fe6709837c (diff)
downloadphpicalendar-c7d700d09252cdcc2f947c087b627ea9583bfad0.tar.gz
phpicalendar-c7d700d09252cdcc2f947c087b627ea9583bfad0.tar.bz2
phpicalendar-c7d700d09252cdcc2f947c087b627ea9583bfad0.zip
Fix for [ 1014753 ] Incorrect character display.
Diffstat (limited to 'functions/list_functions.php')
-rw-r--r--functions/list_functions.php1
1 files changed, 1 insertions, 0 deletions
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 .= '<img src="templates/'.$template.'/images/monthdot_'.$i.'.gif" alt="" /> '.$val.'<br />';
$i++;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy