[interchange-cvs] interchange - heins modified lib/Vend/Options/Old48.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Dec 15 16:26:26 EST 2004


User:      heins
Date:      2004-12-15 21:26:26 GMT
Modified:  lib/Vend/Options Old48.pm
Log:
* Fix sorting of options in Old48 mode.

Revision  Changes    Path
1.8       +3 -3      interchange/lib/Vend/Options/Old48.pm


rev 1.8, prev_rev 1.7
Index: Old48.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Options/Old48.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Old48.pm	19 Jul 2004 22:23:26 -0000	1.7
+++ Old48.pm	15 Dec 2004 21:26:26 -0000	1.8
@@ -1,6 +1,6 @@
 # Vend::Options::Old48 - Interchange 4.8 compatible product options
 #
-# $Id: Old48.pm,v 1.7 2004/07/19 22:23:26 jon Exp $
+# $Id: Old48.pm,v 1.8 2004/12/15 21:26:26 mheins Exp $
 #
 # Copyright (C) 2002-2003 Mike Heins <mikeh at perusion.net>
 # Copyright (C) 2002-2003 Interchange Development Group <interchange at icdevgroup.org>
@@ -23,7 +23,7 @@
 
 package Vend::Options::Old48;
 
-$VERSION = substr(q$Revision: 1.7 $, 10);
+$VERSION = substr(q$Revision: 1.8 $, 10);
 
 =head1 NAME
 
@@ -386,7 +386,7 @@
 	
 	my $q = "SELECT " . join (",", @rf) . " FROM $tname where $fsel = $rsel";
 
-	if(my $rsort = find_sort($opt)) {
+	if(my $rsort = find_sort($opt, $db, $loc)) {
 		$q .= " $rsort";
 	}
 #::logDebug("tag_options simple query: $q");








More information about the interchange-cvs mailing list