From 23268e8969c030d235cbbbff04350d960a9ce4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Espi=C3=A9?= Date: Thu, 12 Oct 2017 13:49:06 +0000 Subject: [PATCH] (Retrofit from trunk) Message when no data are available [from revision 5011] SVN:2.4[5016] --- test/display_cache_content.php | 1 + 1 file changed, 1 insertion(+) diff --git a/test/display_cache_content.php b/test/display_cache_content.php index 427fa2e5c..3e2a87751 100644 --- a/test/display_cache_content.php +++ b/test/display_cache_content.php @@ -46,6 +46,7 @@ echo "
";
 
 if (empty($aEntries))
 {
+	echo "No Data";
 	return;
 }