From d81f562b712f2387fa02290bf2ca86392ab356f2 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 11 Oct 2006 20:21:25 +0000 Subject: Aktualisierung auf Version 1.8.1 --- includes/SpecialWantedcategories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/SpecialWantedcategories.php') diff --git a/includes/SpecialWantedcategories.php b/includes/SpecialWantedcategories.php index 8e75953a..97bb0a26 100644 --- a/includes/SpecialWantedcategories.php +++ b/includes/SpecialWantedcategories.php @@ -34,7 +34,7 @@ class WantedCategoriesPage extends QueryPage { FROM $categorylinks LEFT JOIN $page ON cl_to = page_title AND page_namespace = ". NS_CATEGORY ." WHERE page_title IS NULL - GROUP BY cl_to + GROUP BY 1,2,3 "; } -- cgit v1.2.2