Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv24513/bin
Modified Files:
sandweb.cgi
Log Message:
* repo name wasn't getting passed to edit_file, so browse_menu didn't
know what repository we were in when you use the current location bar
in the view_file_menu to get back. fixed.
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.215
retrieving revision 1.216
diff -U2 -r1.215 -r1.216
--- sandweb.cgi 24 Feb 2002 06:46:34 -0000 1.215
+++ sandweb.cgi 24 Feb 2002 08:01:08 -0000 1.216
@@ -953,4 +953,5 @@
PROGNAME => "$progname",
MODULE_NAME => $module_name,
+ REPO_NAME => $repo_name,
FILENAME => "$filename",
LOCATION => "$location",
@@ -1036,4 +1037,5 @@
PROGNAME => $progname,
MODULE_NAME => $module_name,
+ REPO_NAME => $repo_name,
CONTENT => $content,
LOCATION => $location,
|