Commit 495c931b17f3e8f106d624e751155f0b62305096
1 parent
6d8f158f
don't call things we don't have.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5747 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
search/booleanSearch.php
| ... | ... | @@ -40,6 +40,8 @@ require_once(KT_LIB_DIR . "/browse/DocumentCollection.inc.php"); |
| 40 | 40 | require_once(KT_LIB_DIR . "/browse/BrowseColumns.inc.php"); |
| 41 | 41 | require_once(KT_LIB_DIR . "/browse/PartialQuery.inc.php"); |
| 42 | 42 | |
| 43 | +require_once(KT_LIB_DIR . '/widgets/fieldWidgets.inc.php'); | |
| 44 | + | |
| 43 | 45 | class BooleanSearchDispatcher extends KTStandardDispatcher { |
| 44 | 46 | var $sSection = "browse"; |
| 45 | 47 | ... | ... |