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.24 by williamc, Wed Mar 1 11:47:39 2000 UTC vs.
Revision 1.25 by williamc, Wed Mar 29 09:45:47 2000 UTC

# Line 201 | Line 201 | sub url {
201                  $self->{File}=$self->getfile(shift);
202                  $self->verbose("url downloaded to $self->{File}");
203          }
204 <        $self->{File}->url();
204 >        if ( defined $self->{File} ) {
205 >          return $self->{File}->url();
206 >        }
207 >        else { return "undefined"; }
208   }
209  
210   sub copydocconfig {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines