Home
last modified time | relevance | path

Searched refs:change_file (Results 1 – 1 of 1) sorted by path

/plugin/authorstats/
H A Daction.php177 function _updateStats($change_file, &$sd, &$lastchange, $skip = true) argument
182 if (is_readable($change_file))
183 $file_contents = array_reverse(file($change_file));
185 …dbglog("ERROR: " . __FUNCTION__ . " - Couldn't open file:" . var_export($change_file, true), "AUTH…
219 $key = str_replace($metadir, "", $change_file);