diff options
Diffstat (limited to 'all.php')
| -rw-r--r-- | all.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -110,7 +110,7 @@ function report ($db)                          if (isset($rpms[$repo->main."-".$repo->sub])) {                              $rpm=$rpms[$repo->main."-".$repo->sub]; -                            $maxver = (isset($rpms["rawhide-"]) ? $rpms["rawhide-"]->ver : ""); +                            $maxver = (isset($rpms["devel-"]) ? $rpms["devel-"]->ver : "");                              switch ($repo->sub) {                              case "base": | 
