From: Ævar Arnfjörð Bjarmason Date: Fri, 21 Oct 2005 02:06:22 +0000 (+0000) Subject: * Code style: normalized indenting X-Git-Tag: 1.6.0~1383 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=60a95add524e7c3df60926899040ecf4dd1da982;p=lhc%2Fweb%2Fwiklou.git * Code style: normalized indenting --- diff --git a/includes/SpecialShortpages.php b/includes/SpecialShortpages.php index 0bbaf65b9b..3ede86d501 100644 --- a/includes/SpecialShortpages.php +++ b/includes/SpecialShortpages.php @@ -40,7 +40,7 @@ class ShortPagesPage extends QueryPage { return "SELECT $name as type, - page_namespace as namespace, + page_namespace as namespace, page_title as title, page_len AS value FROM $page FORCE INDEX (page_len)