diff --git a/config/rootfiles/common/stage2 b/config/rootfiles/common/stage2 index 67b2d07d9..c874a33fc 100644 --- a/config/rootfiles/common/stage2 +++ b/config/rootfiles/common/stage2 @@ -67,7 +67,6 @@ usr/local/bin/setddns.pl usr/local/bin/setreservedports usr/local/bin/settime usr/local/bin/timecheck -usr/local/bin/tunerrd.pl usr/local/bin/vpn-watch #usr/local/include #usr/local/lib diff --git a/doc/language_issues.de b/doc/language_issues.de index e69de29bb..7b19734f8 100644 --- a/doc/language_issues.de +++ b/doc/language_issues.de @@ -0,0 +1 @@ +WARNING: translation string unused: psk diff --git a/doc/language_issues.en b/doc/language_issues.en index e69de29bb..7b19734f8 100644 --- a/doc/language_issues.en +++ b/doc/language_issues.en @@ -0,0 +1 @@ +WARNING: translation string unused: psk diff --git a/html/cgi-bin/mpfire.cgi b/html/cgi-bin/mpfire.cgi index c2dd67ae9..0a17a04f6 100644 --- a/html/cgi-bin/mpfire.cgi +++ b/html/cgi-bin/mpfire.cgi @@ -231,9 +231,13 @@ foreach (@songdb){ @year = sort keys %hash; my %hash = map{ $_, 1 }@genre; @genre = sort keys %hash; + my $artistcount = $#artist+1; + my $albumcount = $#album+1; + my $yearcount = $#year+1; + my $genrecount = $#genre+1; print "
| $Lang::tr{'artist'} | $Lang::tr{'album'} |
| $Lang::tr{'artist'} - $#artist | $Lang::tr{'album'} - $#album |
| $Lang::tr{'artist'} - ".$artistcount." | $Lang::tr{'album'} - ".$albumcount." |