Searched refs:lastchange (Results 1 – 2 of 2) sorted by relevance
98 $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) argument181 $newlast = $lastchange;195 if ($r["timestamp"] <= $lastchange && $skip)225 $lastchange = $newlast;
111 * ''lastchange'' - actually is not functional in my bugzilla installation