From fa2faf9c0c236fc13235e963facbd6bdfc1a42f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 13 Nov 2005 02:49:10 +0000 Subject: [PATCH] * spaces => tabs --- includes/SpecialWantedcategories.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SpecialWantedcategories.php b/includes/SpecialWantedcategories.php index a47576f27f..a4f8020429 100644 --- a/includes/SpecialWantedcategories.php +++ b/includes/SpecialWantedcategories.php @@ -36,7 +36,7 @@ class WantedCategoriesPage extends QueryPage { COUNT(*) as value FROM $categorylinks LEFT JOIN $page ON cl_to = page_title AND page_namespace = ". NS_CATEGORY ." - WHERE page_title IS NULL + WHERE page_title IS NULL GROUP BY cl_to "; } -- 2.20.1