aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/comments.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/comments.php b/admin/comments.php
index 1371f72f2..1ca8fc617 100644
--- a/admin/comments.php
+++ b/admin/comments.php
@@ -139,6 +139,7 @@ SELECT c.id, c.image_id, c.date, c.author, c.content, i.path, i.tn_ext
INNER JOIN '.IMAGES_TABLE.' AS i
ON i.id = c.image_id
WHERE validated = \'false\'
+ ORDER BY c.date DESC
;';
$result = pwg_query($query);
while ($row = mysql_fetch_assoc($result))
@@ -179,4 +180,4 @@ $template->assign_vars(
$template->assign_var_from_handle('ADMIN_CONTENT', 'comments');
-?> \ No newline at end of file
+?>