summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2003-08-05 20:58:12 +0000
committerivan <ivan>2003-08-05 20:58:12 +0000
commit502e5edafc042feff4fc1bfb0c53646285796c54 (patch)
tree3ccc280845de0a4e94c3319c000832162b4c0fa5 /httemplate
parent6c6c206041f01df39d1fcb3aee5c9e1dfac24d41 (diff)
doh, fix stuff that shouldn't have been checked in
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/browse/part_pkg.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/browse/part_pkg.cgi b/httemplate/browse/part_pkg.cgi
index 4b9197e0e..2a167e8d6 100755
--- a/httemplate/browse/part_pkg.cgi
+++ b/httemplate/browse/part_pkg.cgi
@@ -134,7 +134,6 @@ print <<END;
</HTML>
END
-
sub pkgpart_sort {
$a->pkgpart <=> $b->pkgpart;
}