From: Rob H. <for...@us...> - 2003-02-02 23:40:05
|
Update of /cvsroot/sandweb/sandweb/bin In directory sc8-pr-cvs1:/tmp/cvs-serv16682/bin Modified Files: sandweb.cgi Log Message: it's now possible to do this : 1) delete existing checkout 2) immediately check out a module with the same name without it being deleted immediately because the URL bar still has "commit=Delete" on it when the popUp refreshes the main window. Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.343 retrieving revision 1.344 diff -U2 -r1.343 -r1.344 --- sandweb.cgi 22 Jan 2003 06:53:09 -0000 1.343 +++ sandweb.cgi 2 Feb 2003 23:39:59 -0000 1.344 @@ -2891,5 +2891,5 @@ $log->debug("module list for repo '$repo_name': " . join('-', $user->get_module_list(repo => $repo_name))); } - sandbox_menu( ck_auth => $ck_auth ); + print $cgi->redirect("$progname?action=sandbox"); exit(0); } |