From: Rob H. <for...@us...> - 2002-06-19 22:06:35
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv8501/bin Modified Files: sandweb.cgi Log Message: oops, rolling back. We *do* need PREVIOUS_URL there so checkout will work. need to find a better way to control these kinds of things. for now, i'm not going to complicate it by hacking it up. Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.302 retrieving revision 1.303 diff -U2 -r1.302 -r1.303 --- sandweb.cgi 19 Jun 2002 22:05:25 -0000 1.302 +++ sandweb.cgi 19 Jun 2002 22:06:32 -0000 1.303 @@ -1550,5 +1550,5 @@ my $repo_name = $args{'repo_name'}; - my $main_window_url = "$ENV{'HTTP_REFERER'}"; + my $main_menu_url = "$ENV{'HTTP_REFERER'}"; my @filename = (); @@ -1566,5 +1566,5 @@ MODULE_NAME => $module_name, REPO_NAME => $repo_name, - MAIN_WINDOW_URL => $main_window_url, + MAIN_WINDOW_URL => $main_menu_url, ); print $cgi->header( -cookie => $ck_auth ); @@ -2349,4 +2349,5 @@ MENU_TITLE => 'SandWeb', SUBMENU_TITLE => "vcs output", + PREVIOUS_URL => "$progname?action=sandbox", FOOTER => '', CONTENT => $content, |