Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv17241/lib/SandWeb
Modified Files:
Browse.pm
Log Message:
size and age shouldn't be links right now, they don't do anything
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.59
retrieving revision 1.60
diff -U2 -r1.59 -r1.60
--- Browse.pm 22 Feb 2002 09:14:13 -0000 1.59
+++ Browse.pm 22 Feb 2002 21:32:40 -0000 1.60
@@ -57,8 +57,4 @@
my $content = HTML::Template->new( filename => "$template_dir/browse_module.html" );
- $content->param(
- PROGNAME => $progname,
- );
-
my @return = ();
my @loop_data = ();
|