diff -r edd0c3ee3e1d -r bef105ffb017 list_zones.php --- a/list_zones.php Mon Apr 28 18:18:06 2008 +0000 +++ b/list_zones.php Mon Apr 28 18:47:19 2008 +0000 @@ -39,7 +39,7 @@ if ($perm_view == "none") { echo "

" . _('You do not have the permission to see any zones.') . "

\n"; -} elseif ($count_zones_view > $iface_rowamount && $count_zones_all_letterstart == "0") { +} elseif (($count_zones_view > $iface_rowamount && $count_zones_all_letterstart == "0") || $count_zones_view == 0) { echo "

" . _('There are no zones to show in this listing.') . "

\n"; } else { echo "
\n";