summaryrefslogtreecommitdiff
path: root/httemplate/browse/part_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2006-08-07 02:44:29 +0000
committerivan <ivan>2006-08-07 02:44:29 +0000
commit7aae40398f1c8ed42424f1694640c9796a580d22 (patch)
treee976d4331ca7c117ac96df47c7f1b7b6c2bb5ccf /httemplate/browse/part_pkg.cgi
parent786b78c646f892e1ae80006fb7870960780ea5db (diff)
add internal user disable-ing
Diffstat (limited to 'httemplate/browse/part_pkg.cgi')
-rwxr-xr-xhttemplate/browse/part_pkg.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/browse/part_pkg.cgi b/httemplate/browse/part_pkg.cgi
index b67a5e55f..a5e212d17 100755
--- a/httemplate/browse/part_pkg.cgi
+++ b/httemplate/browse/part_pkg.cgi
@@ -1,5 +1,6 @@
<%
+#false laziness w/access_user.html
my %search = ();
my $search = '';
unless ( $cgi->param('showdisabled') ) {
@@ -71,6 +72,7 @@ my $align = 'rll';
my @links = ( $link, $link, '' );
my @style = ( '', '', '' );
+#false laziness w/access_user.html
#unless ( $cgi->param('showdisabled') ) { #its been reversed already
if ( $cgi->param('showdisabled') ) { #its been reversed already
push @header, 'Status';