From 74afac00b33f004aad776496f113476acca8efc5 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 18 Oct 2010 22:03:03 +0200 Subject: removed deprecated index update function --- bin/indexer.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'bin') diff --git a/bin/indexer.php b/bin/indexer.php index c95314d7c..48e98b571 100755 --- a/bin/indexer.php +++ b/bin/indexer.php @@ -71,13 +71,6 @@ function _usage() { function _update(){ global $conf; - // upgrade to version 2 - if (!@file_exists($conf['indexdir'].'/pageword.idx')){ - _lock(); - idx_upgradePageWords(); - _unlock(); - } - $data = array(); _quietecho("Searching pages... "); search($data,$conf['datadir'],'search_allpages',array('skipacl' => true)); -- cgit v1.2.3