[interchange-cvs] interchange - heins modified lib/Vend/Table/Common.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Apr 27 18:24:00 EDT 2005


User:      heins
Date:      2005-04-27 22:23:59 GMT
Modified:  lib/Vend/Table Common.pm
Log:
Avoid warning

Revision  Changes    Path
2.38      +3 -3      interchange/lib/Vend/Table/Common.pm


rev 2.38, prev_rev 2.37
Index: Common.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Common.pm,v
retrieving revision 2.37
retrieving revision 2.38
diff -u -r2.37 -r2.38
--- Common.pm	13 Sep 2004 12:42:18 -0000	2.37
+++ Common.pm	27 Apr 2005 22:23:59 -0000	2.38
@@ -1,6 +1,6 @@
 # Vend::Table::Common - Common access methods for Interchange databases
 #
-# $Id: Common.pm,v 2.37 2004/09/13 12:42:18 racke Exp $
+# $Id: Common.pm,v 2.38 2005/04/27 22:23:59 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -23,7 +23,7 @@
 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA  02111-1307  USA.
 
-$VERSION = substr(q$Revision: 2.37 $, 10);
+$VERSION = substr(q$Revision: 2.38 $, 10);
 use strict;
 
 package Vend::Table::Common;
@@ -1581,7 +1581,7 @@
 		logGlobal($msg);
 	}
 	if($Vend::admin or ! defined($cfg->{LOG_ERROR_SESSION}) or $cfg->{LOG_ERROR_SESSION}) {
-		$Vend::Session->{errors} = {} unless ref($Vend::Session->{errors}) eq 'HASH';
+		$Vend::Session->{errors} = {} unless CORE::ref($Vend::Session->{errors}) eq 'HASH';
 		$Vend::Session->{errors}{$ekey} = $msg;
 	}
 	die $msg if $cfg->{DIE_ERROR};








More information about the interchange-cvs mailing list