* Extra )

Reported-by: colin
This commit is contained in:
Scott Ullrich 2005-02-21 04:37:57 +00:00
parent 64a7d46ac0
commit c87c2fb0d2

View File

@ -81,7 +81,7 @@ $config = $config_tmp;
<td class="listlr">
<?php
$latest_version = get_latest_package_version($pkg['name']);
if($pkg['version']) <> $latest_version) {
if($pkg['version'] <> $latest_version) {
/* a new version of the package is available */
$id = get_pkg_id($pkg['name']);
echo "Upgrade: <a href='pkg_mgr_delete.php?upgrade=true&id={$id}'>" . $latest_version . "</a>";