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 @@
79
79
if ( get_magic_quotes_gpc() ) {
80
80
foreach ( $_REQUEST as $field => $value ) {
81
81
$_REQUEST[$field] = stripslashes( $value );
82
- print "$field: $value -> {$_REQUEST[$field]}<br>\n";
83
82
}
84
83
}
85
84
Status & tagging log
22:33, 12 October 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r2623
[
removed:
new
added:
old]