From 96071776968a1d49d23abe049f3dd7aef084dea9 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Fri, 28 Aug 2009 23:22:41 +0000
Subject: [PATCH] revert back to only showing members with icons

---
 customindex/views/default/customindex/content.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php
index fbba4df4..4a41c362 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){
-- 
GitLab