fix merge

This commit is contained in:
Doug Bell 2010-07-13 13:17:40 -05:00
parent ef319ea2a2
commit f78386da15

View file

@ -32,13 +32,10 @@ my $quiet; # this line required
my $session = start(); # this line required
# upgrade functions go here
<<<<<<< HEAD
addIndexToUserSessionLog($session);
addHeightToCarousel($session);
synchronizeUserProfileTables($session);
=======
migrateAttachmentsToJson( $session );
>>>>>>> migrate to JsonTable to edit template attachments
finish($session); # this line required