workflow with approval officially works

This commit is contained in:
JT Smith 2006-03-23 04:40:01 +00:00
parent a78932b3b2
commit 59afc74303
7 changed files with 15 additions and 54 deletions

View file

@ -36,10 +36,8 @@ use WebGUI ();
use WebGUI::Utility ();
use File::Find ();
my @modules = ();
##The Automated_Information module includes code that requires that $session be active when it is
##called. By preloading it before $session is defined, it causes all of the generated information
#to be empty
my @excludes = qw(WebGUI::i18n::English::Automated_Information);
# these modules should always be skipped
my @excludes = qw(WebGUI::i18n::English::Automated_Information WebGUI::PerformanceProfiler);
open(FILE,"<".$webguiRoot."/sbin/preload.exclude");
while (<FILE>) {
chomp;