Show
Ignore:
Timestamp:
05/16/10 01:03:33 (2 years ago)
Author:
AlexanderPico
Message:

fixed mysql-quotes bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dbbuilder/src/org/bridgedb/extract/Ensembl_ETL_Device_v18_local.pl

    r353 r359  
    17061706            if (!${$seen{GeneOntology}{$dbe_primary_id}}++){ 
    17071707                # Get GO term annotations using $go_adaptor 
    1708                 my $name = ""; 
    1709                 my $namespace = ""; 
     1708                my $name = mysql_quotes(""); 
     1709                my $namespace = mysql_quotes(""); 
    17101710                if ($go_adaptor){ 
    17111711                        my $acc = $dbe_primary_id;