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

Comparing COMP/SCRAM/src/URL/URLclass.pm (file contents):
Revision 1.9 by williamc, Tue Nov 16 17:46:20 1999 UTC vs.
Revision 1.10 by williamc, Fri Dec 17 08:46:09 1999 UTC

# Line 70 | Line 70 | sub url {
70          
71          my $vars=$self->_vartostring();
72          my $base=$self->base();
73 <        my $fullurl=$self->type()."://".(($base ne "")?$base."/":"").
73 >        my $fullurl=$self->type()."://".(($base ne "")?$base."//":"").
74                          $self->file().(($vars ne "")?"\?".$vars:"");
75          return $fullurl;
76   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines