From 372c2a55c794dce5fe838630a337adc3304da200 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 3 Sep 2006 21:45:54 +0000 Subject: [PATCH] Replace the version debug with a single function call (instead of array index and a strlen) so it is more efficient (since it's called on every page). --- common.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common.inc.php b/common.inc.php index 08d5f6f9..8e8cbe0b 100644 --- a/common.inc.php +++ b/common.inc.php @@ -492,8 +492,7 @@ global $config;