[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at pub.open-bio.org
Sun Apr 4 18:53:14 UTC 2004
mwilkinson
Sun Apr 4 14:53:13 EDT 2004
Update of /home/repository/moby/moby-live/Perl/MOBY
In directory pub.open-bio.org:/tmp/cvs-serv29353/MOBY
Modified Files:
Central.pm
Log Message:
bug in the registration object - it should return LSID's in the 'id' tag. I think it now does this properly
moby-live/Perl/MOBY Central.pm,1.123,1.124
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Central.pm,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- /home/repository/moby/moby-live/Perl/MOBY/Central.pm 2004/01/15 16:04:54 1.123
+++ /home/repository/moby/moby-live/Perl/MOBY/Central.pm 2004/04/04 18:53:13 1.124
@@ -2887,7 +2887,7 @@
my $reg = &Registration({
success => 0,
message => "$message",
- registration_id => "$id",
+ id => "$id",
});
return $reg;
}
@@ -2897,7 +2897,7 @@
my $reg = &Registration({
success => 1,
message => "$message",
- registration_id => "$id",
+ id => "$id",
});
return $reg;
}
More information about the MOBY-guts
mailing list