Commit 6a3aaac65ae27eb2746d0cf08a0e5a690402ec14
1 parent
2fb23627
KTS-673
"The search algorithm needs some work" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7255 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
0 deletions
search2.php
| ... | ... | @@ -7,6 +7,7 @@ require_once(KT_LIB_DIR . "/unitmanagement/Unit.inc"); |
| 7 | 7 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); |
| 8 | 8 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); |
| 9 | 9 | require_once(KT_LIB_DIR . "/widgets/forms.inc.php"); |
| 10 | +require_once(KT_LIB_DIR . "/actions/bulkaction.php"); | |
| 10 | 11 | require_once(KT_DIR . '/search2/search/search.inc.php'); |
| 11 | 12 | |
| 12 | 13 | ... | ... |