diff options
author | ivan <ivan> | 2003-08-05 20:58:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-08-05 20:58:12 +0000 |
commit | 502e5edafc042feff4fc1bfb0c53646285796c54 (patch) | |
tree | 3ccc280845de0a4e94c3319c000832162b4c0fa5 /httemplate | |
parent | 6c6c206041f01df39d1fcb3aee5c9e1dfac24d41 (diff) |
doh, fix stuff that shouldn't have been checked in
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/browse/part_pkg.cgi | 1 |
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; } |