From: martinahansen Date: Wed, 31 Mar 2010 07:48:19 +0000 (+0000) Subject: dna page session export bug in BGB X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e2bacc0c875fd11b8dcb2c6ff24cf26869b7766d;p=biopieces.git dna page session export bug in BGB git-svn-id: http://biopieces.googlecode.com/svn/trunk@945 74ccb610-7750-0410-82ae-013aeee3265d --- 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' };