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: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?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 ); }