mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
nochmal 2 kleine fixes im Stack
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@568 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -54,7 +54,7 @@ if ($cgiparams[1] =~ /red/) {
|
||||
|
||||
foreach my $graphname (@graphs) {
|
||||
|
||||
if ($graphname == "lq" )
|
||||
if ($graphname eq "lq" )
|
||||
{
|
||||
&Graphs::updatelqgraph("day");
|
||||
&Graphs::updatelqgraph("week");
|
||||
@@ -63,10 +63,10 @@ foreach my $graphname (@graphs) {
|
||||
}
|
||||
else
|
||||
{
|
||||
&Graphs::updateifgraph ($graphname, "day");
|
||||
&Graphs::updateifgraph ($graphname, "week");
|
||||
&Graphs::updateifgraph ($graphname, "month");
|
||||
&Graphs::updateifgraph ($graphname, "year");
|
||||
&Graphs::updateifgraph($graphname, "day");
|
||||
&Graphs::updateifgraph($graphname, "week");
|
||||
&Graphs::updateifgraph($graphname, "month");
|
||||
&Graphs::updateifgraph($graphname, "year");
|
||||
}
|
||||
|
||||
&Header::openbox('100%', 'center', "$graphname $Lang::tr{'graph'}");
|
||||
|
||||
Reference in New Issue
Block a user