diff options
Diffstat (limited to 'web/template/account_search_results.php')
-rw-r--r-- | web/template/account_search_results.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/account_search_results.php b/web/template/account_search_results.php index cc2a1c2b..61887a31 100644 --- a/web/template/account_search_results.php +++ b/web/template/account_search_results.php @@ -2,7 +2,7 @@ if (!$result): print __("No results matched your search criteria."); else: - if ($num_rows): + if ($result): ?> <table class="results"> <thead> |