From: Rob H. <for...@us...> - 2002-02-19 07:12:32
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv688/bin Modified Files: sandweb.cgi Log Message: * fixing vcs_commands pulldown Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.188 retrieving revision 1.189 diff -U2 -r1.188 -r1.189 --- sandweb.cgi 19 Feb 2002 07:00:25 -0000 1.188 +++ sandweb.cgi 19 Feb 2002 07:12:29 -0000 1.189 @@ -485,5 +485,4 @@ 'progname' => $progname, 'vcs_commands' => \@vcs_commands, - 'file_commands' => \@file_commands, 'repo_type' => $repo_type, ); |