Home
last modified time | relevance | path

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

/plugin/authorstats/
H A Daction.php98 $lastchange = (-1 * PHP_INT_MAX) - 1;
104 $this->_updateStats($file, $sd, $lastchange, false);
123 $lastchange = empty($sd) ? (-1 * PHP_INT_MAX) - 1 : (int) $sd["lastchange"];
125 $this->_updateStats($file, $sd, $lastchange);
177 function _updateStats($change_file, &$sd, &$lastchange, $skip = true) argument
181 $newlast = $lastchange;
195 if ($r["timestamp"] <= $lastchange && $skip)
225 $lastchange = $newlast;
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt111 * ''lastchange'' - actually is not functional in my bugzilla installation