aboutsummaryrefslogtreecommitdiff
path: root/mostvieweddashboard.php
diff options
context:
space:
mode:
Diffstat (limited to 'mostvieweddashboard.php')
-rw-r--r--mostvieweddashboard.php3
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
+?>