Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv15773/bin
Modified Files:
sandweb.cgi
Log Message:
tool_bar_menu needs to know location, module_name and repo_name
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.221
retrieving revision 1.222
diff -U2 -r1.221 -r1.222
--- sandweb.cgi 25 Feb 2002 23:12:51 -0000 1.221
+++ sandweb.cgi 25 Feb 2002 23:17:58 -0000 1.222
@@ -599,4 +599,7 @@
MENU => 'tool_bar',
VCS_CMD_LOOP => \@loop_data,
+ MODULE_NAME => $module_name,
+ REPO_NAME => $repo_name,
+ LOCATION => $location,
);
|