diff options
Diffstat (limited to 'rpm.php')
-rw-r--r-- | rpm.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -205,7 +205,7 @@ function report($db, $type) $rpm['rel'], $repo['sub'] ); - if ( $verup==$verpm ) { + if ($verup==$verpm && $class!='check') { $class="check"; } break; @@ -216,7 +216,7 @@ function report($db, $type) $rpm['rel'], $repo['sub'] ); - if ( $verup==$verpm ) { + if ($verup==$verpm && !$class) { $class="info"; } break; |