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

Comparing COMP/SCRAM/src/ActiveDoc/StarterDoc.pm (file contents):
Revision 1.2 by williamc, Thu Jan 20 18:18:46 2000 UTC vs.
Revision 1.3 by williamc, Thu Jan 27 17:50:39 2000 UTC

# Line 50 | Line 50 | sub _init {
50   sub init {
51          # dummy to be overriden
52   }
53 +
54 +
55 + #
56 + # oveerride the parseerror method so initiating calls dont break due to no url
57 + #
58 + sub parseerror {
59 +        my $self=shift;
60 +        $self->error(@_);
61 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines