From 883db27e7059a4b6beb8e396e4b08cf78466c15c Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Wed, 31 Jan 2007 15:21:37 +0000 Subject: [PATCH] somebody goofed --- docs/upgrades/upgrade_7.3.8-7.3.9.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_7.3.8-7.3.9.pl b/docs/upgrades/upgrade_7.3.8-7.3.9.pl index 73f160ad2..3d6e717a2 100644 --- a/docs/upgrades/upgrade_7.3.8-7.3.9.pl +++ b/docs/upgrades/upgrade_7.3.8-7.3.9.pl @@ -21,7 +21,7 @@ my $quiet; # this line required my $session = start(); # this line required # upgrade functions go here -fixCalendarFeedsLastUpdatedField(); +fixCalendarFeedsLastUpdatedField($session); finish($session); # this line required