From c3d1c6da012b659935b09b1c2c202fee050db330 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kasper=20Sk=C3=A5rh=C3=B8j?= Date: Thu, 22 Dec 2005 21:00:57 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@924 709f56b5-9817-0410-a4d7-c38de5d9e867 --- typo3/sysext/indexed_search/ext_localconf.php | 5 +++-- typo3/sysext/indexed_search/ext_tables.php | 8 +++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/typo3/sysext/indexed_search/ext_localconf.php b/typo3/sysext/indexed_search/ext_localconf.php index 77de35b..cad083f 100755 --- a/typo3/sysext/indexed_search/ext_localconf.php +++ b/typo3/sysext/indexed_search/ext_localconf.php @@ -55,6 +55,7 @@ $TYPO3_CONF_VARS['EXTCONF']['indexed_search']['pi1_hooks'] = array ( // Example of crawlerhook (see also ext_tables.php!) -$TYPO3_CONF_VARS['EXTCONF']['indexed_search']['crawler']['tx_myext_example1'] = 'EXT:indexed_search/example/class.crawlerhook.php:&tx_indexedsearch_crawlerhook'; - +/* + $TYPO3_CONF_VARS['EXTCONF']['indexed_search']['crawler']['tx_myext_example1'] = 'EXT:indexed_search/example/class.crawlerhook.php:&tx_indexedsearch_crawlerhook'; +*/ ?> \ No newline at end of file diff --git a/typo3/sysext/indexed_search/ext_tables.php b/typo3/sysext/indexed_search/ext_tables.php index fdaa28e..96b4810 100755 --- a/typo3/sysext/indexed_search/ext_tables.php +++ b/typo3/sysext/indexed_search/ext_tables.php @@ -50,7 +50,9 @@ if (t3lib_extMgm::isLoaded('crawler')) { // Example of crawlerhook (see also ext_localconf.php!) -t3lib_div::loadTCA('index_config'); -$TCA['index_config']['columns']['type']['config']['items'][] = Array('My Crawler hook!', 'tx_myext_example1'); -$TCA['index_config']['types']['tx_myext_example1'] = $TCA['index_config']['types']['0']; +/* + t3lib_div::loadTCA('index_config'); + $TCA['index_config']['columns']['type']['config']['items'][] = Array('My Crawler hook!', 'tx_myext_example1'); + $TCA['index_config']['types']['tx_myext_example1'] = $TCA['index_config']['types']['0']; +*/ ?> \ No newline at end of file -- 2.1.4