From: Tim Starling Date: Tue, 3 Oct 2006 01:10:43 +0000 (+0000) Subject: Removed apparently useless header() call, generates warning. X-Git-Tag: 1.31.0-rc.0~55655 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=9bdb3eb1a1963f9abcad157ac3f4a1cf050a6329;p=lhc%2Fweb%2Fwiklou.git Removed apparently useless header() call, generates warning. --- diff --git a/maintenance/backup.inc b/maintenance/backup.inc index 12dab66a46..734a13272d 100644 --- a/maintenance/backup.inc +++ b/maintenance/backup.inc @@ -168,9 +168,6 @@ class BackupDumper { } function dump( $history, $text = MW_EXPORT_TEXT ) { - # This shouldn't happen if on console... ;) - header( 'Content-type: text/html; charset=UTF-8' ); - # Notice messages will foul up your XML output even if they're # relatively harmless. ini_set( 'display_errors', false );