Commit 729f98e6265db05c8df34b6574fb2f8cc2baba18
1 parent
bf5d0f9f
KTS-3242
"Class "PartialQuery" not found in search2.php on line 97" Fixed. Committed By: Conrad Vermeulen Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8359 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
search2.php
| ... | ... | @@ -10,6 +10,7 @@ require_once(KT_LIB_DIR . "/widgets/forms.inc.php"); |
| 10 | 10 | require_once(KT_LIB_DIR . "/actions/bulkaction.php"); |
| 11 | 11 | require_once(KT_DIR . '/search2/search/search.inc.php'); |
| 12 | 12 | require_once(KT_LIB_DIR . '/documentmanagement/Document.inc'); |
| 13 | +require_once(KT_LIB_DIR . '/browse/PartialQuery.inc.php'); | |
| 13 | 14 | |
| 14 | 15 | function search2queryCompare($a, $b) |
| 15 | 16 | { | ... | ... |