From a1ca95a9d11390322137435b8b1f3a4e0c14b08c Mon Sep 17 00:00:00 2001 From: mtopper Date: Wed, 10 Aug 2005 14:17:51 +0000 Subject: [PATCH] made most commmented not check for hidden comments --- etc/producer/producers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/producer/producers.xml b/etc/producer/producers.xml index f7d9b22..5546f53 100755 --- a/etc/producer/producers.xml +++ b/etc/producer/producers.xml @@ -594,11 +594,11 @@ NOW()-'2 weeks'::interval and c.is_published=true and and cm.is_published=true and c.id=cm.to_media group by c.id,c.title, c.subtitle,c.edittitle,c.date,c.creator,c.creator_main_url,c.creator_email,c.creator_address,c.creator_phone,c.description, c.comment,c.source,c.is_published,c.is_produced,c.to_publisher,c.to_language,c.to_rights,c.webdb_create,c.webdb_lastchange, c.content_data,c.is_html,c.to_article_type,c.to_content,c.keywords,c.to_locking_user" - order="count(cm.id) desc" + order="count(cm.id) desc, c.webdb_create desc " limit="3" /> -- 2.11.0