diff options
Diffstat (limited to 'rpm.php')
-rw-r--r-- | rpm.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -135,8 +135,8 @@ function report($db, $type) if ($up['stable']) { $package['upstream_stable'] = $up['stable']; } - if ($up['stable'] - && (!$up['unstable'] + if ($up['unstable'] + && (!$up['stable'] || $up['stable']!=$up['unstable']) ) { $package['upstream_unstable'] = $up['unstable'] . |