Skip to content
Snippets Groups Projects
Commit 96071776 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

revert back to only showing members with icons

parent 5b07aeb6
Branches
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.
Please register or to comment