Diff for /loncom/interface/lonnavmaps.pm between versions 1.156 and 1.157

version 1.156, 2003/03/13 17:05:36 version 1.157, 2003/03/13 17:10:25
Line 1099  sub render { Line 1099  sub render {
   
         # If this isn't an actual resource, continue on          # If this isn't an actual resource, continue on
         if (!ref($curRes)) {          if (!ref($curRes)) {
             $curRes = $it->next();  
             next;              next;
         }          }
   
Line 1166  sub render { Line 1165  sub render {
                                           
                 }                  }
             }              }
         }          } 
                           
         # If the multipart problem was condensed, "forget" it was multipart          # If the multipart problem was condensed, "forget" it was multipart
         if (scalar(@parts) == 1) {          if (scalar(@parts) == 1) {

Removed from v.1.156  
changed lines
  Added in v.1.157


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>