summaryrefslogtreecommitdiff
path: root/lib/exe/indexer.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-10-18 22:03:03 +0200
committerAndreas Gohr <andi@splitbrain.org>2010-10-18 22:03:03 +0200
commit74afac00b33f004aad776496f113476acca8efc5 (patch)
tree151e2c63d89da1dc1bf21321ef1b6d3a808dc884 /lib/exe/indexer.php
parentde4b4857b3a1ea36dbcdbd444a7d63cff93ad469 (diff)
downloadrpg-74afac00b33f004aad776496f113476acca8efc5.tar.gz
rpg-74afac00b33f004aad776496f113476acca8efc5.tar.bz2
removed deprecated index update function
Diffstat (limited to 'lib/exe/indexer.php')
-rw-r--r--lib/exe/indexer.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/exe/indexer.php b/lib/exe/indexer.php
index f8e2f7981..f9cc3158a 100644
--- a/lib/exe/indexer.php
+++ b/lib/exe/indexer.php
@@ -163,10 +163,6 @@ function runIndexer(){
}
if($conf['dperm']) chmod($lock, $conf['dperm']);
- // upgrade to version 2
- if (!@file_exists($conf['indexdir'].'/pageword.idx'))
- idx_upgradePageWords();
-
// do the work
idx_addPage($ID);