diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index 873947899b55acbd7892b876aca6647de60ea577..5266aa4fdd8b1387a13c4399025c6dd407c2fa12 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -176,8 +176,8 @@ </p> <!-- lat, lng, username, location, displayname, title, comment(text area) --> <?php - //$users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); - $users = get_entities('user', '', 0, '', 8, 0, false, 0, null); + $users = get_entities_from_metadata('icontime', '', 'user', '', 0, 8); + //$users = get_entities('user', '', 0, '', 8, 0, false, 0, null); if($users){ foreach($users as $user){