--- nfo/perl/libs/App/Process.pm 2003/12/03 00:21:38 1.4 +++ nfo/perl/libs/App/Process.pm 2004/06/19 01:51:21 1.5 @@ -1,7 +1,10 @@ ## ---------------------------------------------------------------------- -## $Id: Process.pm,v 1.4 2003/12/03 00:21:38 joko Exp $ +## $Id: Process.pm,v 1.5 2004/06/19 01:51:21 joko Exp $ ## ---------------------------------------------------------------------- ## $Log: Process.pm,v $ +## Revision 1.5 2004/06/19 01:51:21 joko +## don't do any "Task"-handling (would require db "oefcore") +## ## Revision 1.4 2003/12/03 00:21:38 joko ## + minor fix to '_bootDatabases': instantiate the DSC-container if no ref to it exists ## @@ -65,6 +68,8 @@ #$self->{boot} = BizWorks::Boot->new( use_databases => [qw( oefcore )] ); #$self->{app}->{use_databases} =|| [qw( oefcore )]; $self->_bootDatabases(); + + return; # if no "guid" is given .... if (!$self->{guid}) {