Fix up Doug's reversion; the subroutine was deleted but not the

call, so deleted the call.
This commit is contained in:
Drake 2006-10-24 19:44:17 +00:00
parent db04aa9b7c
commit 2f4722ff0c

View file

@ -22,7 +22,6 @@ my $session = start(); # this line required
commerceSalesTax($session);
createDictionaryStorage($session);
fixAssetVersionTag($session);
finish($session); # this line required