From: Aaron Schulz Date: Fri, 17 Oct 2008 01:25:31 +0000 (+0000) Subject: Break long line X-Git-Tag: 1.31.0-rc.0~44719 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=830fae5cf95f70d29095bfeaff00061e73b9b629;p=lhc%2Fweb%2Fwiklou.git Break long line --- diff --git a/includes/specials/SpecialListredirects.php b/includes/specials/SpecialListredirects.php index 808aab14bb..9555bd16da 100644 --- a/includes/specials/SpecialListredirects.php +++ b/includes/specials/SpecialListredirects.php @@ -22,7 +22,8 @@ class ListredirectsPage extends QueryPage { function getSQL() { $dbr = wfGetDB( DB_SLAVE ); $page = $dbr->tableName( 'page' ); - $sql = "SELECT 'Listredirects' AS type, page_title AS title, page_namespace AS namespace, 0 AS value FROM $page WHERE page_is_redirect = 1"; + $sql = "SELECT 'Listredirects' AS type, page_title AS title, page_namespace AS namespace, + 0 AS value FROM $page WHERE page_is_redirect = 1"; return( $sql ); }