diff options
author | Greg Froese <greg.froese@gmail.com> | 2009-10-08 04:55:29 +0000 |
---|---|---|
committer | Greg Froese <greg.froese@gmail.com> | 2009-10-08 04:55:29 +0000 |
commit | 9aa79bc38829f164bacc6b522278d0098b597933 (patch) | |
tree | 809058363a9219c5f33aae7dbefc3e05e7e58fe1 /mostvieweddashboard.php | |
parent | 24f3f2f0d304254451c46a3b28a8e1f4678bc02f (diff) | |
download | elgg-9aa79bc38829f164bacc6b522278d0098b597933.tar.gz elgg-9aa79bc38829f164bacc6b522278d0098b597933.tar.bz2 |
removed debug and cleaned up TODO items
Diffstat (limited to 'mostvieweddashboard.php')
-rw-r--r-- | mostvieweddashboard.php | 3 |
1 files changed, 1 insertions, 2 deletions
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 "<pre>$sql</pre>"; $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 +?> |