[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Wed Mar 5 20:27:12 UTC 2008
kawas
Wed Mar 5 15:27:11 EST 2008
Update of /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY
In directory dev.open-bio.org:/tmp/cvs-serv17998/Perl/MOBY-Server/lib/MOBY
Modified Files:
CommonSubs.pm
Log Message:
fixed a bug where an unqualified articlename failed to get found when calling getNodeContentWithArticle
moby-live/Perl/MOBY-Server/lib/MOBY CommonSubs.pm,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/CommonSubs.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/CommonSubs.pm 2008/02/21 17:15:40 1.2
+++ /home/repository/moby/moby-live/Perl/MOBY-Server/lib/MOBY/CommonSubs.pm 2008/03/05 20:27:11 1.3
@@ -1042,7 +1042,7 @@
for ( 1 .. $nodes->size() ) {
my $child = $nodes->get_node( $_ );
if ( _moby_getAttribute($child, "articleName")
- && ( $child->getAttribute("articleName") eq $articleName )
+ && ( _moby_getAttribute($child, "articleName") eq $articleName )
)
{
# now we have a valid child, get the content... stringified... regardless of what it is
More information about the MOBY-guts
mailing list