Hello!

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

Note that updates take place every 10 minutes, commits may not be seen immediately.
no longer needed; just an example
authorpreecej <preecej@localhost>
Wed, 8 May 2013 21:35:19 +0000 (21:35 +0000)
committerpreecej <preecej@localhost>
Wed, 8 May 2013 21:35:19 +0000 (21:35 +0000)
svn path=/; revision=472

image_annotation_db/ia_upload/db_sp_test.pl [deleted file]

diff --git a/image_annotation_db/ia_upload/db_sp_test.pl b/image_annotation_db/ia_upload/db_sp_test.pl
deleted file mode 100644 (file)
index abae9c3..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use DBI;
-
-my $dbh = DBI->connect('DBI:mysql:image_annotation;host=floret.cgrb.oregonstate.edu', 'lingutln', 'nikhil_iadb', { RaiseError => 1 });
-
-$dbh->do('call import_curator("a","b","c","d")');
-