Fix syntax errors.

This commit is contained in:
Colin Kuskie 2009-11-08 20:50:36 -08:00
parent ac350a5285
commit 8568323ec0

View file

@ -68,13 +68,10 @@ 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;