From 33466127811ce39b80fc9cf4fe3188143dc98372 Mon Sep 17 00:00:00 2001 From: preecej Date: Wed, 8 May 2013 21:35:19 +0000 Subject: [PATCH] no longer needed; just an example svn path=/; revision=472 --- image_annotation_db/ia_upload/db_sp_test.pl | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 image_annotation_db/ia_upload/db_sp_test.pl 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 index abae9c3..0000000 --- a/image_annotation_db/ia_upload/db_sp_test.pl +++ /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")'); - -- 2.34.1