ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/ActiveDoc/ActiveDoc.pm
(Generate patch)

Comparing COMP/SCRAM/src/ActiveDoc/ActiveDoc.pm (file contents):
Revision 1.3 by williamc, Thu Sep 23 10:35:41 1999 UTC vs.
Revision 1.4 by williamc, Mon Sep 27 14:05:22 1999 UTC

# Line 60 | Line 60 | sub include {
60          my $obj;
61  
62          $file=$self->{urlhandler}->get($url);
63 <        if ( $linkfile ne "" ) {
63 >        if ( ( defined $linkfile) && ( $linkfile ne "" ) ) {
64            $filename=$file."/".$linkfile;
65          }
66 +        else {
67 +          $filename=$file;
68 +        }
69          $obj=$self->{dochandler}->newdoc($filename);
70  
71          # Now Extend our tree

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines