summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rpm.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm.php b/rpm.php
index b8d8b46..defd172 100644
--- a/rpm.php
+++ b/rpm.php
@@ -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;