Searched refs:last_year (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/util/
H A Dupdate_copyrights429 $last_year = 0;
434 if ($last_year != 0 && $year == $last_year + 1) {
441 $years .= $last_year == 0 ? "$year" : ", $year";
444 # "$year != $last_year + 1\n";
450 $last_year = $year;
457 $last_year = 0;
466 if ($last_year != 0 && $year == $last_year + 1) {
473 $years .= $last_year
[all...]

Completed in 10 milliseconds