Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv30839/lib/SandWeb
Modified Files:
Browse.pm
Log Message:
ack, removing _menu reference
Index: Browse.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Browse.pm,v
retrieving revision 1.45
retrieving revision 1.46
diff -U2 -r1.45 -r1.46
--- Browse.pm 11 Feb 2002 00:19:15 -0000 1.45
+++ Browse.pm 13 Feb 2002 08:29:50 -0000 1.46
@@ -138,5 +138,5 @@
}
$row_data{FILETYPE} = "dir";
- $row_data{LINK} = "action=browse_module_menu&location=$location/$filename";
+ $row_data{LINK} = "action=browse_module&location=$location/$filename";
if ($counter eq "0") {
$row_data{COLOR} = 0;
|