From: lingutln Date: Fri, 10 May 2013 23:28:50 +0000 (+0000) Subject: Updated annotated_image stored_procedure. X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=2426625cec7b9d1b85c82512007f69c89afd45dd;p=old-jaiswallab-svn%2F.git Updated annotated_image stored_procedure. svn path=/; revision=478 --- diff --git a/image_annotation_db/ia_upload/annotation_data_importer.pl b/image_annotation_db/ia_upload/annotation_data_importer.pl index 61932a3..600b47c 100644 --- a/image_annotation_db/ia_upload/annotation_data_importer.pl +++ b/image_annotation_db/ia_upload/annotation_data_importer.pl @@ -109,8 +109,8 @@ sub insert_image_data_into_database # preprocessing ip_comment data my $ip_comment = trim($image_data_fields[12]); my $source_db = trim($image_data_fields[14]); - my $source_db_name = ""; - my $source_db_id = ""; + my $source_db_name; + my $source_db_id; if(defined $source_db) {