Home
last modified time | relevance | path

Searched refs:oldvalue (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/Search/
H A DIndexer.php316 * @param string $oldvalue The old value that shall be renamed
320 public function renameMetaValue($key, $oldvalue, $newvalue)
326 $oldid = array_search($oldvalue, $metavalues, true);
312 renameMetaValue($key, $oldvalue, $newvalue) global() argument