mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 19:15:54 +02:00
Fixed function.sh - no notification if there are no updates.
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user