From 9aa79bc38829f164bacc6b522278d0098b597933 Mon Sep 17 00:00:00 2001 From: Greg Froese Date: Thu, 8 Oct 2009 04:55:29 +0000 Subject: removed debug and cleaned up TODO items --- mostvieweddashboard.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mostvieweddashboard.php') diff --git a/mostvieweddashboard.php b/mostvieweddashboard.php index 33b050ffa..5e7dc41c2 100644 --- a/mostvieweddashboard.php +++ b/mostvieweddashboard.php @@ -28,7 +28,6 @@ LIMIT $max"; $result = get_data($sql); - echo "
$sql
"; $entities = array(); foreach($result as $entity) { @@ -42,4 +41,4 @@ $area2 .= elgg_view_entity_list($entities, $max, 0, $max); $body = elgg_view_layout('two_column_left_sidebar', '', $area2); page_draw($title, $body); -?> \ No newline at end of file +?> -- cgit v1.2.3