Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv17791/bin
Modified Files:
sandweb.cgi
Log Message:
fixed bug in vcsaction/committed
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.78
retrieving revision 1.79
diff -U2 -r1.78 -r1.79
--- sandweb.cgi 2001/11/27 01:40:48 1.78
+++ sandweb.cgi 2001/11/27 02:40:35 1.79
@@ -598,5 +598,5 @@
%return = $repository->commit(
file => "$location/$filename",
- message => "param(message)",
+ message => param('message'),
);
}
|