diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index b0e570fd..2deb2f3d 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -371,8 +371,13 @@ function package_details($id=0, $SID="") { else { //It is presumably an internal source - print "".$src."
\n"; + if ($row["LocationID"] == 2) { + print "".$src."
\n"; + } elseif ($row["LocationID"] == 3) { + print "" + print $src."
\n"; + } } } print "\n";