[interchange-cvs] interchange - racke modified lib/Vend/Options/Matrix.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed Apr 9 19:09:01 2003


User:      racke
Date:      2003-04-09 23:08:29 GMT
Modified:  lib/Vend/Options Matrix.pm
Log:
removed $Default{sort} which causes problems with foundation store

Revision  Changes    Path
1.3       +3 -4      interchange/lib/Vend/Options/Matrix.pm


rev 1.3, prev_rev 1.2
Index: Matrix.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Options/Matrix.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Matrix.pm	12 Feb 2003 13:55:18 -0000	1.2
+++ Matrix.pm	9 Apr 2003 23:08:29 -0000	1.3
@@ -1,6 +1,6 @@
 # Vend::Options::Matrix - Interchange Matrix product options
 #
-# $Id: Matrix.pm,v 1.2 2003/02/12 13:55:18 racke Exp $
+# $Id: Matrix.pm,v 1.3 2003/04/09 23:08:29 racke Exp $
 #
 # Copyright (C) 2002-2003 Mike Heins <mikeh@perusion.net>
 # Copyright (C) 2002-2003 Interchange Development Group <interchange@icdevgroup.org>
@@ -23,11 +23,11 @@
 
 package Vend::Options::Matrix;
 
-$VERSION = substr(q$Revision: 1.2 $, 10);
+$VERSION = substr(q$Revision: 1.3 $, 10);
 
 =head1 Interchange Matrix Options Support
 
-Vend::Options::Matrix $Revision: 1.2 $
+Vend::Options::Matrix $Revision: 1.3 $
 
 =head1 SYNOPSIS
 
@@ -76,7 +76,6 @@
 				item_add_routine => 'Vend::Options::Matrix::testit',
 				table => 'options',
 				variant_table => 'variants',
-				sort => 'o_sort,o_group',
 			);
 
 my $Admin_page;