'Tom N Harris', 'email' => 'tnharris@whoopdedo.org', 'date' => '2006-11-09', 'name' => 'Import Old Index', 'desc' => 'Moves old index files to a new location, sorted by string length.', 'url' => 'http://whoopdedo.org/doku/wiki' ); } function register(&$controller) { $controller->register_hook('TEMPORARY_INDEX_UPGRADE_EVENT', 'BEFORE', $this, 'run_import'); } function run_import(&$event, $args) { global $conf; touch($conf['indexdir'].'/index_importing'); // changelog importing lock // load old index $word_idx = file($conf['cachedir'].'/word.idx'); $idx = file($conf['cachedir'].'/index.idx'); $words = array(); for ($lno=0;$lno