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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Mar 7 11:48:09 EST 2007


User:      heins
Date:      2007-03-07 16:48:08 GMT
Modified:  lib/Vend/Options Old48.pm
Log:
* Add fix inspired by Sonny Cook -- prevents bad subroutine reference death.

Revision  Changes    Path
1.12      +4 -2      interchange/lib/Vend/Options/Old48.pm


rev 1.12, prev_rev 1.11
Index: Old48.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Options/Old48.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Old48.pm	25 Feb 2006 23:40:48 -0000	1.11
+++ Old48.pm	7 Mar 2007 16:48:08 -0000	1.12
@@ -1,6 +1,6 @@
 # Vend::Options::Old48 - Interchange 4.8 compatible product options
 #
-# $Id: Old48.pm,v 1.11 2006/02/25 23:40:48 docelic Exp $
+# $Id: Old48.pm,v 1.12 2007/03/07 16:48:08 mheins Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group <interchange at icdevgroup.org>
 # Copyright (C) 2002-2003 Mike Heins <mikeh at perusion.net>
@@ -23,7 +23,7 @@
 
 package Vend::Options::Old48;
 
-$VERSION = substr(q$Revision: 1.11 $, 10);
+$VERSION = substr(q$Revision: 1.12 $, 10);
 
 =head1 NAME
 
@@ -436,5 +436,7 @@
 	}
 	return $out;
 }
+
+*display_options = \&display_options_simple;
 
 1;








More information about the interchange-cvs mailing list