Fixed function.sh - no notification if there are no updates.

This commit is contained in:
Jan Paul Tuecking
2009-10-11 18:07:46 +02:00
parent b30841f9b4
commit 4638fd9259

View 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") {