From c3c64e6fb1b092295e12b6f15b383d4832876d6a Mon Sep 17 00:00:00 2001 From: Naomi Date: Mon, 12 Aug 2013 18:18:58 -0400 Subject: [PATCH] crlf --- airtime_mvc/application/services/HistoryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/services/HistoryService.php b/airtime_mvc/application/services/HistoryService.php index db6f8cbb3..5b6e4f7d9 100644 --- a/airtime_mvc/application/services/HistoryService.php +++ b/airtime_mvc/application/services/HistoryService.php @@ -270,7 +270,7 @@ class Application_Service_HistoryService $result[MDATA_KEY_DURATION] = $formatter->format(); } - //$unicodeChar = '\u2612'; + //$unicodeChar = '\u2612'; //$result["new"] = json_decode('"'.$unicodeChar.'"'); //$result["new"] = "U+2612"; }