Commit 9c4aa636fc9d900053b144eb2bf4d1d923cf3709
1 parent
5e41bfc8
Merged in from DEV trunk...
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/STABLE/branches/3.5.2c-Release-Branch@8424 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 | { | ... | ... |