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

Comparing COMP/SCRAM/src/Configuration/ConfigArea.pm (file contents):
Revision 1.10 by williamc, Thu Feb 24 09:55:13 2000 UTC vs.
Revision 1.11 by williamc, Thu Feb 24 14:24:29 2000 UTC

# Line 447 | Line 447 | sub Structure_Start {
447          my $hashref=shift;
448  
449          $self->checktag($name,$hashref,'name');
450 <        if ( !( exists $$hashref{'type'}) || ( exists $$hashref{'url'}) ) {
450 >        if ( !(( exists $$hashref{'type'}) || ( exists $$hashref{'url'})) ) {
451              $self->parseerror("No url or type given in <$name> tag");
452          }
453          if ( ! exists $self->{structures}{$$hashref{'name'}} ) {
# Line 463 | Line 463 | sub Structure_Start {
463              $self->{structures}{$$hashref{'name'}}->name($$hashref{'name'});
464              $self->{structures}{$$hashref{'name'}}->parent($self);
465              $self->{structures}{$$hashref{'name'}}->vars($hashref);
466 +            $self->{structures}{$$hashref{'name'}}->arch($self->arch());
467            }
468            else { # its an activedoc
469                  $self->{structures}{$$hashref{'name'}}=

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines