r44229 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r44228‎ | r44229 | r44230 >
Date:13:33, 4 December 2008
Author:werdna
Status:ok
Tags:
Comment:
Kill debugging code, commented out.
Modified paths:
  • /trunk/extensions/Configure/Configure.page.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.page.php
@@ -1037,9 +1037,6 @@
10381038 $rows .= Xml::tags( 'tr', null, $key.$value )."\n";
10391039 }
10401040
1041 -// header( 'Content-Type: text/plain' );
1042 -// die( $rows );
1043 -
10441041 return Xml::tags( 'table', array( 'class' => implode( ' ', $classes ) ), Xml::tags( 'tbody', null, $rows ) );
10451042 }
10461043 if ( $type == 'simple-dual' ) {

Status & tagging log