Skip to content
Snippets Groups Projects
Commit fd658451 authored by Brett Bieber's avatar Brett Bieber
Browse files

Only show users that have uploaded photos

parent 1a3889ac
No related branches found
No related tags found
No related merge requests found
......@@ -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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment