Home
last modified time | relevance | path

Searched refs:_importOldAutolinkIndex (Results 1 – 1 of 1) sorted by relevance

/plugin/autolink2/
H A Dhelper.php29 if (!@file_exists($this->idx_dir.'/autolink.idx')) $this->_importOldAutolinkIndex('index');
33 if (!@file_exists($this->idx_dir.'/autolink.idx')) $this->_importOldAutolinkIndex('cache');
282 function _importOldAutolinkIndex($to){ function in helper_plugin_autolink2