Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv3755/bin
Modified Files:
sandweb.cgi
Log Message:
create_file wasn't getting passed the module info correctly, fixed
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.211
retrieving revision 1.212
diff -U2 -r1.211 -r1.212
--- sandweb.cgi 24 Feb 2002 06:00:03 -0000 1.211
+++ sandweb.cgi 24 Feb 2002 06:10:21 -0000 1.212
@@ -287,5 +287,4 @@
create_file_menu(
ck_auth => $ck_auth,
- filename => CGI::param('filename'),
module_name => $module_name,
repo_name => $repo_name,
@@ -1039,4 +1038,8 @@
REPO_NAME => $repo_name,
);
+
+ $log->debug("module_name: $module_name");
+# $log->debug("username: $username");
+ $log->debug("location: $location");
print CGI::header( -cookie => $ck_auth );
|