From 2f4722ff0c3e02d1302755d781980ab5966b98bc Mon Sep 17 00:00:00 2001 From: Drake Date: Tue, 24 Oct 2006 19:44:17 +0000 Subject: [PATCH] Fix up Doug's reversion; the subroutine was deleted but not the call, so deleted the call. --- docs/upgrades/upgrade_7.1.2-7.2.0.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/upgrades/upgrade_7.1.2-7.2.0.pl b/docs/upgrades/upgrade_7.1.2-7.2.0.pl index a85d7d010..f2aecab36 100644 --- a/docs/upgrades/upgrade_7.1.2-7.2.0.pl +++ b/docs/upgrades/upgrade_7.1.2-7.2.0.pl @@ -22,7 +22,6 @@ my $session = start(); # this line required commerceSalesTax($session); createDictionaryStorage($session); -fixAssetVersionTag($session); finish($session); # this line required