Added constant for search database table.

This commit is contained in:
mchampan 2006-07-28 13:27:44 +00:00
parent fef0afe183
commit 0961c4e654

View File

@ -8,6 +8,7 @@
* */
define('SEARCH_INDEX_PATH', "$CFG->dataroot/search");
define('SEARCH_DATABASE_TABLE', 'search_documents');
//document types that can be searched
define('SEARCH_TYPE_NONE', 'none');