r2623 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2622‎ | r2623 | r2624 >
Date:02:13, 6 March 2004
Author:timstarling
Status:old
Tags:
Comment:
Oops, left debug output in
Modified paths:
  • /trunk/phase3/includes/Setup.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Setup.php
@@ -78,7 +78,6 @@
7979 if ( get_magic_quotes_gpc() ) {
8080 foreach ( $_REQUEST as $field => $value ) {
8181 $_REQUEST[$field] = stripslashes( $value );
82 - print "$field: $value -> {$_REQUEST[$field]}<br>\n";
8382 }
8483 }
8584

Status & tagging log