fix problem with changing of the plot/accessions when no other selections have yet...
[sgn.git] / cgi-bin / search / quick_search.pl
blobd602d4618f7ce31dd41443dc2acedbfabd081c41
1 use strict;
2 use warnings;
3 use CGI ();
4 print CGI->new->redirect( -uri => '/search/quick?'.$ENV{QUERY_STRING}, -status => 301 );