Commit fdb866716e91703655ac5da984609443b7253ebb
1 parent
1c37202c
Change path to dmsDefaults.php based on new location
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4498 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
4 changed files
with
8 additions
and
11 deletions
search/advancedSearchBL.php
| @@ -26,8 +26,8 @@ | @@ -26,8 +26,8 @@ | ||
| 26 | * @package search | 26 | * @package search |
| 27 | */ | 27 | */ |
| 28 | 28 | ||
| 29 | -require_once("../../../../config/dmsDefaults.php"); | ||
| 30 | -require_once(KT_DIR . '/presentation/lookAndFeel/knowledgeTree/search/advancedSearchUtil.inc'); | 29 | +require_once("../config/dmsDefaults.php"); |
| 30 | +require_once(KT_DIR . '/search/advancedSearchUtil.inc'); | ||
| 31 | 31 | ||
| 32 | KTUtil::extractGPC('fForSearch', 'fSearchString', 'fShowSection', 'fStartIndex', 'fToSearch'); | 32 | KTUtil::extractGPC('fForSearch', 'fSearchString', 'fShowSection', 'fStartIndex', 'fToSearch'); |
| 33 | 33 |
search/ajaxBooleanSearch.php
| 1 | <?php | 1 | <?php |
| 2 | -require_once("../../../../config/dmsDefaults.php"); | 2 | +require_once("../config/dmsDefaults.php"); |
| 3 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); | 3 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); |
| 4 | 4 | ||
| 5 | require_once(KT_LIB_DIR . "/database/dbutil.inc"); | 5 | require_once(KT_LIB_DIR . "/database/dbutil.inc"); |
search/booleanSearch.php
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | // boilerplate includes | 3 | // boilerplate includes |
| 4 | -require_once("../../../../config/dmsDefaults.php"); | 4 | +require_once("../config/dmsDefaults.php"); |
| 5 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); | 5 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); |
| 6 | require_once(KT_LIB_DIR . "/database/dbutil.inc"); | 6 | require_once(KT_LIB_DIR . "/database/dbutil.inc"); |
| 7 | require_once(KT_LIB_DIR . "/util/ktutil.inc"); | 7 | require_once(KT_LIB_DIR . "/util/ktutil.inc"); |
search/simpleSearch.php
| @@ -3,11 +3,7 @@ | @@ -3,11 +3,7 @@ | ||
| 3 | /** | 3 | /** |
| 4 | * $Id$ | 4 | * $Id$ |
| 5 | * | 5 | * |
| 6 | - * Main dashboard page -- This page is presented to the user after login. | ||
| 7 | - * It contains a high level overview of the users subscriptions, checked out | ||
| 8 | - * document, pending approval routing documents, etc. | ||
| 9 | - * | ||
| 10 | - * Copyright (c) 2003 Jam Warehouse http://www.jamwarehouse.com | 6 | + * Copyright (c) 2005 Jam Warehouse http://www.jamwarehouse.com |
| 11 | * | 7 | * |
| 12 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
| 13 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
| @@ -24,11 +20,12 @@ | @@ -24,11 +20,12 @@ | ||
| 24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 25 | * | 21 | * |
| 26 | * @version $Revision$ | 22 | * @version $Revision$ |
| 27 | - * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa | 23 | + * @author Brad Shuttleworth <brad@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa |
| 24 | + * @author Neil Blakey-Milner <nbm@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa | ||
| 28 | */ | 25 | */ |
| 29 | 26 | ||
| 30 | // main library routines and defaults | 27 | // main library routines and defaults |
| 31 | -require_once("../../../../config/dmsDefaults.php"); | 28 | +require_once("../config/dmsDefaults.php"); |
| 32 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); | 29 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); |
| 33 | require_once(KT_LIB_DIR . "/templating/kt3template.inc.php"); | 30 | require_once(KT_LIB_DIR . "/templating/kt3template.inc.php"); |
| 34 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); | 31 | require_once(KT_LIB_DIR . "/dispatcher.inc.php"); |