|
From: Chris W. <la...@us...> - 2001-11-01 05:40:53
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_box/OpenInteract/Handler
In directory usw-pr-cvs1:/tmp/cvs-serv15355/OpenInteract/Handler
Modified Files:
Box.pm
Log Message:
$name::$pkg -> $pkg::$name in box handler
Index: Box.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_box/OpenInteract/Handler/Box.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Box.pm 2001/10/24 19:56:38 1.13
--- Box.pm 2001/11/01 05:40:51 1.14
***************
*** 154,158 ****
}
$box_template_package ||= 'base_box';
! $box_template_fullname ||= "$box_template_name\:\:$box_template_package";
$R->DEBUG && $R->scrib( 2, "Using box shell template $box_template_fullname" );
--- 154,158 ----
}
$box_template_package ||= 'base_box';
! $box_template_fullname ||= "$box_template_package\:\:$box_template_name";
$R->DEBUG && $R->scrib( 2, "Using box shell template $box_template_fullname" );
|