From e2bacc0c875fd11b8dcb2c6ff24cf26869b7766d Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 31 Mar 2010 07:48:19 +0000 Subject: [PATCH] dna page session export bug in BGB git-svn-id: http://biopieces.googlecode.com/svn/trunk@945 74ccb610-7750-0410-82ae-013aeee3265d --- www/index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.cgi b/www/index.cgi index 265624c..e33b06e 100755 --- a/www/index.cgi +++ b/www/index.cgi @@ -271,7 +271,7 @@ sub session_store { $new_session->{ 'CLADE' } = $cookie->{ 'CLADE' }; } - elsif ( $cookie->{ 'PAGE' } eq 'export' ) + elsif ( $cookie->{ 'PAGE' } =~ /export|dna/ ) { $new_session->{ 'CLADE' } = $cookie->{ 'CLADE' }; $new_session->{ 'GENOME' } = $cookie->{ 'GENOME' }; -- 2.39.5