From 45ae63d1229e9ec2896aee6be9dd3c55313c61f4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 12 May 2008 22:27:51 +0000 Subject: [PATCH] remove out of date collateral comments and fix a POD typo --- lib/WebGUI/Asset/Sku/Product.pm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib/WebGUI/Asset/Sku/Product.pm b/lib/WebGUI/Asset/Sku/Product.pm index 287ad0112..f451dfaaa 100644 --- a/lib/WebGUI/Asset/Sku/Product.pm +++ b/lib/WebGUI/Asset/Sku/Product.pm @@ -462,9 +462,6 @@ The index of the collateral data to move down. =cut -### NOTE: There is a redundant use of assetId in some of these statements on purpose to support -### two different types of collateral data. - sub moveCollateralDown { my $self = shift; my $tableName = shift; @@ -479,7 +476,7 @@ sub moveCollateralDown { #------------------------------------------------------------------- -=head2 moveCollateralDown ( tableName, index ) +=head2 moveCollateralUp ( tableName, index ) Moves a collateral data item up one position. If called on the first element of the collateral array then it does nothing. @@ -494,9 +491,6 @@ The index of the collateral data to move up. =cut -### NOTE: There is a redundant use of assetId in some of these statements on purpose to support -### two different types of collateral data. - sub moveCollateralUp { my $self = shift; my $tableName = shift;