From: Ævar Arnfjörð Bjarmason Date: Sun, 13 Nov 2005 02:49:10 +0000 (+0000) Subject: * spaces => tabs X-Git-Tag: 1.6.0~1183 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=fa2faf9c0c236fc13235e963facbd6bdfc1a42f6;p=lhc%2Fweb%2Fwiklou.git * spaces => tabs --- 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 "; }