diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 10ba96760..1f048fc40 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -996,7 +996,7 @@ function comment_admin_overview($status = 0) { array("data" => t("subject"), "field" => "subject"), array("data" => t("author"), "field" => "u.name"), array("data" => t("status"), "field" => "status"), - array("data" => t("time"), "field" => "timestamp", "sort" => "desc"), + array("data" => t("time"), "field" => "c.timestamp", "sort" => "desc"), array("data" => t("operations"), "colspan" => 2) ); |