From 35666702b29ecef1e9bf82525c2b78892226e67a Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 6 Jun 2004 10:13:51 +0000 Subject: [PATCH] no debug info in prod --- include/debug.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/debug.php b/include/debug.php index 309117fd2..303ac69e2 100644 --- a/include/debug.php +++ b/include/debug.php @@ -22,6 +22,7 @@ // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr function echo_debug ($p_log) { +return; $fdebug=fopen("/tmp/debug_log","a+"); if ( $fdebug != false ) {