Skip to content

Commit

Permalink
Remove reference to \#1, \#2 since they aren't in this report. Report…
Browse files Browse the repository at this point in the history
… unique files since the $Count is off by 2x. THis is related to #23
  • Loading branch information
Bob Gobeille committed Dec 4, 2014
1 parent ed69ab2 commit 3128584
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/www/ui/ui-license-list-files.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,8 @@ function Output()
$Unique = $CountArray['unique'];

$text = _("files found");
$text1 =_("unique");
$text2 = _("with license");
$text3 = _("Notice: one scanner may report mutiple same licenses for a file, you will see licenese_name(#1, #2, ...) when view license for one file.");
$V.= "$Unique $text ($Count $text1) $text2 <b>$rf_shortname</b>";
$V.= "</br>$text3</br>";
$V.= "$Unique $text $text2 <b>$rf_shortname</b>";
if ($Count < $Max) $Max = $Count;
$limit = ($Page < 0) ? "ALL":$Max;
$order = " order by ufile_name asc";
Expand Down

0 comments on commit 3128584

Please sign in to comment.