if ($indexinfo->valid()) {
mtrace("<pre>The data directory ($indexinfo->path) contains $indexinfo->filecount files, and\n"
- ."there are ".$indexinfo->dbcount." records in the <em>search_documents</em> table.\n"
+ ."there are ".$indexinfo->dbcount." records in the <em>block_search_documents</em> table.\n"
."\n"
."This indicates that you have already succesfully indexed this site. Follow the link\n"
."if you are sure that you want to continue indexing - this will replace any existing\n"
else {
header('Location: indexer.php?areyousure=yes');
}
-?>
\ No newline at end of file
+?>
*/
define('SEARCH_INDEX_PATH', "$CFG->dataroot/search");
-define('SEARCH_DATABASE_TABLE', 'search_documents');
+define('SEARCH_DATABASE_TABLE', 'block_search_documents');
//document types that can be searched
//define('SEARCH_TYPE_NONE', 'none');
$table->cellspacing = 0;
$table->width = '500';
-$table->data[] = array("<strong>{$databasestr}</strong>", "<em><strong>{$CFG->prefix}search_documents</strong></em>");
+$table->data[] = array("<strong>{$databasestr}</strong>", "<em><strong>{$CFG->prefix}block_search_documents</strong></em>");
//add extra fields if we're admin
if (isadmin()) {
print_box_end();
print_box_end();
print_footer();
-?>
\ No newline at end of file
+?>