From 3ead16020189f122e4bb97916a2af01b67d7109b Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 16 Mar 2003 07:27:32 +0000 Subject: [PATCH] added collateral api --- sbin/preload.perl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/preload.perl b/sbin/preload.perl index a41227518..6e6e185fe 100644 --- a/sbin/preload.perl +++ b/sbin/preload.perl @@ -58,7 +58,8 @@ use Tie::IxHash (); use WebGUI (); use WebGUI::Attachment (); use WebGUI::Authentication (); -use WebGUI::Cache; +use WebGUI::Cache (); +use WebGUI::Collateral (); use WebGUI::DateTime (); #use WebGUI::Discussion (); # compile problems when this is included use WebGUI::ErrorHandler ();