[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Wed Jul 27 00:00:45 UTC 2005


mwilkinson
Tue Jul 26 20:00:45 EDT 2005
Update of /home/repository/moby/moby-live/Perl/MOBY/Adaptor/moby/queryapi
In directory pub.open-bio.org:/tmp/cvs-serv26119/MOBY/Adaptor/moby/queryapi

Modified Files:
	mysql.pm 
Log Message:
a few arguments were still being passed as anon hashes instead of hashes

moby-live/Perl/MOBY/Adaptor/moby/queryapi mysql.pm,1.42,1.43
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Adaptor/moby/queryapi/mysql.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- /home/repository/moby/moby-live/Perl/MOBY/Adaptor/moby/queryapi/mysql.pm	2005/07/26 23:50:37	1.42
+++ /home/repository/moby/moby-live/Perl/MOBY/Adaptor/moby/queryapi/mysql.pm	2005/07/27 00:00:45	1.43
@@ -176,7 +176,7 @@
 sub query_collection_input{
 	my ($self, %args) = @_;	
 	my $dbh = $self->dbh;
-	my $serv_lsid = $args{'service_lsid'};
+	my $serv_lsid = $args{'service_instance_lsid'};
 	
 	my $statement = "select
           collection_input_id,




More information about the MOBY-guts mailing list