lots of work...

This commit is contained in:
daviddelikat 2009-10-31 09:41:56 -05:00
parent 1819323cd3
commit 45c90f7be2
5 changed files with 83 additions and 1 deletions

View file

@ -68,10 +68,13 @@ See WebGUI::Workflow::Activity::execute() for details.
=cut
use lib '/root/pb/lib'; use dav;
sub execute {
my $self = shift;
my $session = $self->session;
my $root = WebGUI::Asset->getRoot($session);
dav::log __PACKAGE__ . " executing\n";
# keep track of how much time it's taking
my $start = time;

View file

@ -69,7 +69,6 @@ See WebGUI::Workflow::Activity::execute() for details.
=cut
sub execute {
my $self = shift;
my $session = $self->session;