|
From: Chris W. <la...@us...> - 2001-10-18 03:58:40
|
Update of /cvsroot/openinteract/OpenInteract/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv20150/OpenInteract
Modified Files:
Startup.pm
Log Message:
cosmetic
Index: Startup.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/OpenInteract/Startup.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** Startup.pm 2001/10/17 04:47:07 1.23
--- Startup.pm 2001/10/18 03:58:37 1.24
***************
*** 210,214 ****
# also set other important classes from the config
! my $config_file = join( '/', $bc->{website_dir}, $bc->{config_dir}, $bc->{config_file} );
my $C = eval { OpenInteract::Config->instance( $bc->{config_type}, $config_file ) };
if ( $@ ) {
--- 210,215 ----
# also set other important classes from the config
! my $config_file = join( '/', $bc->{website_dir},
! $bc->{config_dir}, $bc->{config_file} );
my $C = eval { OpenInteract::Config->instance( $bc->{config_type}, $config_file ) };
if ( $@ ) {
|