From: Rob H. <for...@us...> - 2002-11-06 22:58:01
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv16993/bin Modified Files: sandweb.cgi Log Message: hmm, i had accidently commented out the filename that is passed if the user DOES opt to save their password, now it works both ways ( with or without remember_repo_password set ) Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.331 retrieving revision 1.332 diff -U2 -r1.331 -r1.332 --- sandweb.cgi 6 Nov 2002 22:44:06 -0000 1.331 +++ sandweb.cgi 6 Nov 2002 22:57:57 -0000 1.332 @@ -1776,5 +1776,5 @@ repo_name => $repo_name, repo_password => $repo_password, - #filename => \@filename, + filename => \@filename, location => $location, ); |