Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26583/lib/OpenInteract2
Modified Files:
Context.pm
Log Message:
OIN-58: remove box configuration from server.ini -- it's only in the basebox/conf/action.ini now
Index: Context.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Context.pm,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** Context.pm 17 Mar 2005 14:57:57 -0000 1.87
--- Context.pm 29 Mar 2005 16:50:49 -0000 1.88
***************
*** 17,21 ****
my ( $log_spops, $log_act, $log_init );
! sub version { return '1.99_06' }
# Exportable deployment URL call -- main, images, static
--- 17,21 ----
my ( $log_spops, $log_act, $log_init );
! sub version { return '1.99_07' }
# Exportable deployment URL call -- main, images, static
***************
*** 626,634 ****
}
- sub lookup_box_config {
- my ( $self ) = @_;
- return $self->server_config->{box};
- }
-
########################################
--- 626,629 ----
***************
*** 1557,1564 ****
Looks up the redirect configuration.
- B<lookup_box_config()>
-
- Looks up the configuration for boxes, found in the 'box' section.
-
=head2 Object Methods: Localization
--- 1552,1555 ----
|