From 495c931b17f3e8f106d624e751155f0b62305096 Mon Sep 17 00:00:00 2001 From: Brad Shuttleworth Date: Mon, 24 Jul 2006 15:52:41 +0000 Subject: [PATCH] don't call things we don't have. --- search/booleanSearch.php | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/search/booleanSearch.php b/search/booleanSearch.php index b55dff5..213aa39 100755 --- a/search/booleanSearch.php +++ b/search/booleanSearch.php @@ -40,6 +40,8 @@ require_once(KT_LIB_DIR . "/browse/DocumentCollection.inc.php"); require_once(KT_LIB_DIR . "/browse/BrowseColumns.inc.php"); require_once(KT_LIB_DIR . "/browse/PartialQuery.inc.php"); +require_once(KT_LIB_DIR . '/widgets/fieldWidgets.inc.php'); + class BooleanSearchDispatcher extends KTStandardDispatcher { var $sSection = "browse"; -- libgit2 0.21.4