diff options
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) { |