From 505941fffb410fe82191d86e54f418f601f2f72f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 17 Dec 2008 16:20:18 +0000 Subject: [PATCH] Debug line removed --- inc/databases.php | 2 +- inc/filters.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/databases.php b/inc/databases.php index ab92bc63f8..c52f120ed0 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -114,7 +114,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // Current SVN revision -define('CURR_SVN_REVISION', "639"); +define('CURR_SVN_REVISION', "640"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/filters.php b/inc/filters.php index 939a15c6b6..efd94b2630 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -163,7 +163,7 @@ function RUN_FILTER ($filterName, $data = null, $silentAbort = true) { // Then run all filters foreach ($filters[$filterName] as $filterFunction=>$active) { // Debug message - /* DEBUG: */ echo __FUNCTION__."(".__LINE__."): name={$filterName}, func={$filterFunction}, active={$active}
\n"; + //* DEBUG: */ echo __FUNCTION__."(".__LINE__."): name={$filterName}, func={$filterFunction}, active={$active}
\n"; // Is the filter active? if ($active == "Y") { -- 2.30.2