SOURCES: eventum-utf_on_charts.patch (NEW)

grzegorz grzegorz at pld-linux.org
Wed Mar 7 10:35:02 CET 2007


Author: grzegorz                     Date: Wed Mar  7 09:35:02 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:


---- Files affected:
SOURCES:
   eventum-utf_on_charts.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/eventum-utf_on_charts.patch
diff -u /dev/null SOURCES/eventum-utf_on_charts.patch:1.1
--- /dev/null	Wed Mar  7 10:35:02 2007
+++ SOURCES/eventum-utf_on_charts.patch	Wed Mar  7 10:34:57 2007
@@ -0,0 +1,12 @@
+diff -urN eventum.backup.4/stats_chart.php eventum/stats_chart.php
+--- eventum.backup.4/stats_chart.php	2007-03-06 15:57:48.000000000 +0100
++++ eventum/stats_chart.php	2007-03-07 10:29:54.000000000 +0100
+@@ -71,7 +71,7 @@
+     $data = Stats::getAssocCategory();
+     $graph_title = ev_gettext("Issues by Category");
+ }
+-$labels = array_map('utf8_decode', array_keys($data));
++$labels = array_keys($data);
+ $data = array_values($data);
+ 
+ // check the values coming from the database and if they are all empty, then
================================================================


More information about the pld-cvs-commit mailing list