]> git.donarmstrong.com Git - biopieces.git/commitdiff
dna page session export bug in BGB
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 31 Mar 2010 07:48:19 +0000 (07:48 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 31 Mar 2010 07:48:19 +0000 (07:48 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@945 74ccb610-7750-0410-82ae-013aeee3265d

www/index.cgi

index 265624cf577d95eb9f94c5f56d10897161092848..e33b06e096e26cbcc7a2097bb9b9dfb3a9c4240a 100755 (executable)
@@ -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' };