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

Comparing COMP/SCRAM/src/ActiveDoc/Application.pm (file contents):
Revision 1.3 by williamc, Fri Feb 11 14:55:41 2000 UTC vs.
Revision 1.4 by williamc, Wed Feb 23 14:54:01 2000 UTC

# Line 96 | Line 96 | sub newdoc {
96          my $self=shift;
97          my $type=shift;
98  
99 <        return $type->new($self->{store},$self->{StarterDoc});
99 >        return $type->new($self->{store},$self->{StarterDoc}->basequery());
100   }
101  
102   # ---------------- private methods
# Line 107 | Line 107 | sub _initdoc {
107            $self->{StarterDoc}=ActiveDoc::StarterDoc->new($self->{store},
108                  $self->userinterface(),$self->options());
109          }
110                print $self->{StarterDoc}->basequery()."\n";
110   }
111  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines