From: Rob H. <for...@us...> - 2002-06-19 22:05:28
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv8129/bin Modified Files: sandweb.cgi Log Message: updating from the sandbox_menu shouldn't require the main window to be updated. There's no way an update can change that, only a checkout. Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.301 retrieving revision 1.302 diff -U2 -r1.301 -r1.302 --- sandweb.cgi 19 Jun 2002 22:00:40 -0000 1.301 +++ sandweb.cgi 19 Jun 2002 22:05:25 -0000 1.302 @@ -1550,5 +1550,5 @@ my $repo_name = $args{'repo_name'}; - my $main_menu_url = "$ENV{'HTTP_REFERER'}"; + my $main_window_url = "$ENV{'HTTP_REFERER'}"; my @filename = (); @@ -1566,5 +1566,5 @@ MODULE_NAME => $module_name, REPO_NAME => $repo_name, - MAIN_WINDOW_URL => $main_menu_url, + MAIN_WINDOW_URL => $main_window_url, ); print $cgi->header( -cookie => $ck_auth ); @@ -2349,5 +2349,4 @@ MENU_TITLE => 'SandWeb', SUBMENU_TITLE => "vcs output", - PREVIOUS_URL => "$progname?action=sandbox", FOOTER => '', CONTENT => $content, |