Author: Derick Rethans (derickr) Date: 2023-11-14T13:06:15Z Commit: https://github.com/php/web-qa/commit/16c07f512ab22f586c5ce0a3f6be273d09dadc8a Raw diff: https://github.com/php/web-qa/commit/16c07f512ab22f586c5ce0a3f6be273d09dadc8a.diff
Fixed typo Changed paths: M reports/run_tests.php Diff: diff --git a/reports/run_tests.php b/reports/run_tests.php index 756620b..2128c64 100644 --- a/reports/run_tests.php +++ b/reports/run_tests.php @@ -72,7 +72,7 @@ function outputTestReportsSummary() { continue; } $tmLastReport = strtotime($line['lastReport']); - if ($maxReportDate < $tmLastRport) $maxReportDate = $tmLastReport; + if ($maxReportDate < $tmLastReport) $maxReportDate = $tmLastReport; echo '<tr>'; echo '<td><a href="run_tests.php?version=', urlencode($version), '">', htmlentities($version).'</a></td>';