Message when no data are available

SVN:trunk[5011]
This commit is contained in:
Eric Espié
2017-10-12 11:54:02 +00:00
parent f924e99f70
commit 5c734cdabc

View File

@@ -46,6 +46,7 @@ echo "<pre>";
if (empty($aEntries))
{
echo "No Data";
return;
}