From e623a62532642342a0efabefca121c5ffab138bc Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 30 Dec 2004 01:41:59 +0000 Subject: [PATCH] disable loading of Navigation.pm and Macro/Navigation.pm --- sbin/preload.perl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/preload.perl b/sbin/preload.perl index 5efcb853c..7282c4301 100644 --- a/sbin/preload.perl +++ b/sbin/preload.perl @@ -91,7 +91,7 @@ use WebGUI::International (); use WebGUI::Macro (); use WebGUI::Mail (); use WebGUI::MessageLog (); -use WebGUI::Navigation (); +#use WebGUI::Navigation (); use WebGUI::Node (); use WebGUI::Operation (); use WebGUI::Persistent (); @@ -179,7 +179,7 @@ use WebGUI::Auth::WebGUI (); # macros use WebGUI::Macro::AdminBar (); -use WebGUI::Macro::Navigation (); +#use WebGUI::Macro::Navigation ();