Highlight build number, enable actual import

This commit is contained in:
Latif Khalifa
2012-02-11 02:18:44 +01:00
parent f9532c2daf
commit af1560690e
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ Function print_build($current, $next)
{
print "
<tr style=\"background-color: #303030;\">
<th>" . htmlspecialchars($current->nr). "</th>
<th><a href=\"#\">Build " . htmlspecialchars($current->nr). "</a></th>
<th>" . htmlspecialchars($current->modified). " (" . Layout::since(strtotime($current->modified)) . " ago)</th>
<th>" . htmlspecialchars($current->chan). "</th>
<th><a href='" . URL_ROOT . "/" . $current->file . "'>Windows Installer <img src=\"" . IMG_ROOT . "/dl.gif\" /></a>&nbsp;&nbsp;

View File

@@ -124,8 +124,8 @@ function update_builds()
}
chdir(SITE_ROOT . "/lib/source");
#update_source();
#update_revs();
update_source();
update_revs();
chdir(SITE_ROOT);
update_builds();