diff options
author | Greg Froese <greg.froese@gmail.com> | 2009-10-08 04:38:19 +0000 |
---|---|---|
committer | Greg Froese <greg.froese@gmail.com> | 2009-10-08 04:38:19 +0000 |
commit | 24f3f2f0d304254451c46a3b28a8e1f4678bc02f (patch) | |
tree | c95dc02130267e6c2d7053faf7546089c1c744b1 /mostvieweddashboard.php | |
parent | 6b00bdba17af611726eb950fb51758556694e80f (diff) | |
download | elgg-24f3f2f0d304254451c46a3b28a8e1f4678bc02f.tar.gz elgg-24f3f2f0d304254451c46a3b28a8e1f4678bc02f.tar.bz2 |
flickr integration
Diffstat (limited to 'mostvieweddashboard.php')
-rw-r--r-- | mostvieweddashboard.php | 1 |
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) { |