[LON-CAPA-dev] parts/lonnavmaps

H. K. Ng lon-capa-dev@mail.lon-capa.org
Fri, 07 Mar 2003 09:57:26 -0500


>
>
>Try changing
>
>     return if ($self->{PARTS});
>
>to
>
>     return if (defined($self->{PARTS}));
>
>on line 2705 of lonnavmaps.pm and see if that fixes it.

Changing to return if (defined($self-... seems to fix it. I did a cvs 
update before changing and it is on line 2694, not 2705?? Just to check, 
the statement is within the extractParts subroutine. Jeremy, I will let you 
make the changes and commit to cvs. - hk