From: Tim Starling Date: Sat, 6 Mar 2004 02:13:59 +0000 (+0000) Subject: Oops, left debug output in X-Git-Tag: 1.3.0beta1~863 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=d48da59e311e2484d65305a3964675f38d83d7c7;p=lhc%2Fweb%2Fwiklou.git Oops, left debug output in --- diff --git a/includes/Setup.php b/includes/Setup.php index 03931c6d96..98e3ba90af 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -78,7 +78,6 @@ if ( function_exists( "getallheaders" ) ) { if ( get_magic_quotes_gpc() ) { foreach ( $_REQUEST as $field => $value ) { $_REQUEST[$field] = stripslashes( $value ); - print "$field: $value -> {$_REQUEST[$field]}
\n"; } }