[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Fri Jul 29 15:07:40 UTC 2005


mwilkinson
Fri Jul 29 11:07:40 EDT 2005
Update of /home/repository/moby/moby-live/Perl/MOBY/Client
In directory pub.open-bio.org:/tmp/cvs-serv9047/MOBY/Client

Modified Files:
	Central.pm 
Log Message:
subroutine misnamed

moby-live/Perl/MOBY/Client Central.pm,1.103,1.104
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm	2005/07/28 22:18:05	1.103
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/Central.pm	2005/07/29 15:07:40	1.104
@@ -141,11 +141,11 @@
 		Connections             => [ undef,         'read/write' ],
 		default_MOBY_servername => [ 'mobycentral', 'read/write' ],
 		default_MOBY_server     => [
-			'http://mobycentral.cbr.nrc.ca/cgi-bin/MOBY05/mobycentral.pl',
+			'http://mobycentral.icpture.ubc.ca/cgi-bin/MOBY05/mobycentral.pl',
 			'read/write'
 		],
 		default_MOBY_uri =>
-		  [ 'http://mobycentral.cbr.nrc.ca/MOBY/Central', 'read/write' ],
+		  [ 'http://mobycentral.icapture.ubc.ca/MOBY/Central', 'read/write' ],
 		default_MOBY_proxy  => [ undef,  'read/write' ],
 		default_MOBY_type   => [ 'soap', 'read/write' ],
 		Registries          => [ undef,  'read/write' ],
@@ -1973,7 +1973,7 @@
 	return $content;
 }
 
-sub _nodeAttributeContent {
+sub _nodeAttributeValue {
 
 	# will get text of **all** child $node from the given $DOM
 	# regardless of their depth!!




More information about the MOBY-guts mailing list