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.27 by sashby, Fri Mar 4 17:46:58 2005 UTC vs.
Revision 1.29 by sashby, Thu Mar 10 12:39:28 2005 UTC

# Line 311 | Line 311 | sub sitename
311     return $self->{sitename};
312     }
313  
314 + sub admindir()
315 +   {
316 +   my $self=shift;
317 +  
318 +   @_ ? $self->{admindir} = shift
319 +      : $self->{admindir};
320 +   }
321  
322   sub bootstrapfromlocation {
323          my $self=shift;
# Line 689 | Line 696 | sub _LoadEnvFile
696        }
697     if ( defined $self->{ENV}{"SCRAM_TOOLBOXVERSION"} )
698        {
699 <      $self->toolboxversion($self->{ENV}{"SCRAM_TOOLBOXVERSION"});
699 >      if ($self->{ENV}{"SCRAM_TOOLBOXVERSION"} eq '')
700 >         {
701 >         $self->toolboxversion("STANDALONE");
702 >         }
703 >      else
704 >         {
705 >         $self->toolboxversion($self->{ENV}{"SCRAM_TOOLBOXVERSION"});
706 >         }
707        }
708    
709     if ( ( defined $self->{ENV}{"RELEASETOP"} ) &&

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines