aboutsummaryrefslogtreecommitdiff
path: root/mostvieweddashboard.php
diff options
context:
space:
mode:
authorGreg Froese <greg.froese@gmail.com>2009-10-08 04:38:19 +0000
committerGreg Froese <greg.froese@gmail.com>2009-10-08 04:38:19 +0000
commit24f3f2f0d304254451c46a3b28a8e1f4678bc02f (patch)
treec95dc02130267e6c2d7053faf7546089c1c744b1 /mostvieweddashboard.php
parent6b00bdba17af611726eb950fb51758556694e80f (diff)
downloadelgg-24f3f2f0d304254451c46a3b28a8e1f4678bc02f.tar.gz
elgg-24f3f2f0d304254451c46a3b28a8e1f4678bc02f.tar.bz2
flickr integration
Diffstat (limited to 'mostvieweddashboard.php')
-rw-r--r--mostvieweddashboard.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mostvieweddashboard.php b/mostvieweddashboard.php
index eef5a15ac..33b050ffa 100644
--- a/mostvieweddashboard.php
+++ b/mostvieweddashboard.php
@@ -28,6 +28,7 @@
LIMIT $max";
$result = get_data($sql);
+ echo "<pre>$sql</pre>";
$entities = array();
foreach($result as $entity) {