From a16e749d9f8fa8fc41f8f9df7e354fad9e4662c2 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 23 Feb 2010 19:58:07 +0000 Subject: [PATCH] Remove debug line, fix tab indent --- common.inc.php | 1 - fair_stats.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common.inc.php b/common.inc.php index e43b7d5..f8b21a0 100644 --- a/common.inc.php +++ b/common.inc.php @@ -1248,7 +1248,6 @@ function error_($str, $i18n_array=array(), $timeout=-1) function debug_($str) { if($_SESSION['debug'] != true) return; - hexdump($str); $s = str_replace("\n", "", nl2br(htmlspecialchars($str))).'
'; echo "