]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fixed function.sh - no notification if there are no updates.
authorJan Paul Tuecking <earl@ipfire.org>
Sun, 11 Oct 2009 16:07:46 +0000 (18:07 +0200)
committerJan Paul Tuecking <earl@ipfire.org>
Sun, 11 Oct 2009 16:07:46 +0000 (18:07 +0200)
src/pakfire/lib/functions.pl

index 10630a1dac96a7a0ac9e3c4b4cbe04587a895748..8c6a295554c6434c3c7c675ef5d7c0b324c5ae69 100644 (file)
@@ -394,7 +394,7 @@ sub dblist {
        close(FILE);
 
        if ("$filter" eq "upgrade") {
-               if ("$forweb" ne "forweb") {getcoredb("noforce");}
+               if ("$forweb" ne "forweb" && "$forweb" ne "notice" ) {getcoredb("noforce");}
                eval(`grep "core_" $Conf::dbdir/lists/core-list.db`);
                if ("$core_release" > "$Conf::core_mine") {
                        if ("$forweb" eq "forweb") {