From f40e1fb77ddb36fd7d35b2ffedd4275db5068748 Mon Sep 17 00:00:00 2001 From: simo Date: Sat, 7 May 2005 13:42:25 +0000 Subject: Changed source links to work with CVS --- web/lib/pkgfuncs.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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"; -- cgit v1.2.3-24-g4f1b