Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv31070/lib/SandWeb
Modified Files:
Browse.pm
Log Message:
* file viewer supports module_name
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.49
retrieving revision 1.50
diff -U2 -r1.49 -r1.50
--- Browse.pm 19 Feb 2002 06:53:17 -0000 1.49
+++ Browse.pm 19 Feb 2002 07:00:25 -0000 1.50
@@ -132,4 +132,5 @@
$row_data{ENTRY} = shift @return;
my $entryname = $row_data{ENTRY};
+
my $file = SandWeb::File->new(
location => "$sandbox/$location",
|