From 389848cef41ded7ee1d662efaa2bb4943071ab83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Espi=C3=A9?= Date: Thu, 12 Oct 2017 13:10:50 +0000 Subject: [PATCH] (Retrofit from trunk) N.1065 Fix performance issues. Cache display CSV format fix. [from revision 4996] SVN:2.4[5013] --- test/display_cache_content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/display_cache_content.php b/test/display_cache_content.php index f7a11a49e..427fa2e5c 100644 --- a/test/display_cache_content.php +++ b/test/display_cache_content.php @@ -92,7 +92,7 @@ foreach($aEntries as $sKey) $sVal = $oValue; } } - echo '"'.$sVal.'"'.';'; + echo $sVal.';'; } echo "\n"; }