Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Updated annotated_image stored_procedure.
authorlingutln <lingutln@localhost>
Fri, 10 May 2013 23:28:50 +0000 (23:28 +0000)
committerlingutln <lingutln@localhost>
Fri, 10 May 2013 23:28:50 +0000 (23:28 +0000)
svn path=/; revision=478

image_annotation_db/ia_upload/annotation_data_importer.pl

index 61932a3a2384c61d285ee53e2e7136189eda9c0e..600b47c61049d96c93633d522cf9734983c72c64 100644 (file)
@@ -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)
   {