From 6bd75d133fe2a693a5e832d2fbd69d892975e449 Mon Sep 17 00:00:00 2001 From: Mason James Date: Thu, 27 Sep 2007 18:41:14 -0500 Subject: [PATCH] adding debuglevel to admin tab Signed-off-by: Chris Cormack --- admin/systempreferences.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/systempreferences.pl b/admin/systempreferences.pl index 4489b183b9..37e988e4ed 100755 --- a/admin/systempreferences.pl +++ b/admin/systempreferences.pl @@ -67,6 +67,7 @@ my %tabsysprefs; $tabsysprefs{timeout}="Admin"; $tabsysprefs{Intranet_includes}="Admin"; $tabsysprefs{AutoLocation}="Admin"; + $tabsysprefs{DebugLevel}="Admin"; # Authorities $tabsysprefs{authoritysep}="Authorities"; -- 2.20.1