Revision: 2707
https://sourceforge.net/p/mrbs/code/2707/
Author: tbleher
Date: 2013-02-23 06:52:28 +0000 (Sat, 23 Feb 2013)
Log Message:
-----------
Followup r2705: support PHP < 5.4
Revision Links:
--------------
https://sourceforge.net/p/mrbs/code/2705/
Modified Paths:
--------------
mrbs/branches/linked_bookings/web/report.php
Modified: mrbs/branches/linked_bookings/web/report.php
===================================================================
--- mrbs/branches/linked_bookings/web/report.php 2013-02-20 14:55:58 UTC
(rev 2706)
+++ mrbs/branches/linked_bookings/web/report.php 2013-02-23 06:52:28 UTC
(rev 2707)
@@ -362,7 +362,7 @@
break;
case OUTPUT_CSV:
if ($already_html_encoded)
- $string = html_entity_decode($string, ENT_QUOTES|ENT_HTML5, 'UTF-8');
+ $string = mrbs_entity_decode($string, ENT_QUOTES);
$string = str_replace('"', '""', $string);
break;
default: // do nothing
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits