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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Jul 24 09:53:00 EDT 2003


User:      heins
Date:      2003-07-24 12:53:49 GMT
Modified:  lib/Vend/Table DBI.pm
Log:
Bad routine name

Revision  Changes    Path
2.53      +3 -3      interchange/lib/Vend/Table/DBI.pm


rev 2.53, prev_rev 2.52
Index: DBI.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/DBI.pm,v
retrieving revision 2.52
retrieving revision 2.53
diff -u -r2.52 -r2.53
--- DBI.pm	15 Jul 2003 21:59:30 -0000	2.52
+++ DBI.pm	24 Jul 2003 12:53:49 -0000	2.53
@@ -1,6 +1,6 @@
 # Vend::Table::DBI - Access a table stored in an DBI/DBD database
 #
-# $Id: DBI.pm,v 2.52 2003/07/15 21:59:30 mheins Exp $
+# $Id: DBI.pm,v 2.53 2003/07/24 12:53:49 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -21,7 +21,7 @@
 # MA  02111-1307  USA.
 
 package Vend::Table::DBI;
-$VERSION = substr(q$Revision: 2.52 $, 10);
+$VERSION = substr(q$Revision: 2.53 $, 10);
 
 use strict;
 
@@ -323,7 +323,7 @@
 					|| $DBI::errstr
 					|| "unknown error. Driver '$dname' installed?";
 		}
-		die ::errstr("connect failed (create) -- %s\n",$msg);
+		die ::errmsg("connect failed (create) -- %s\n",$msg);
 	}
 
 	# Allow multiple tables in different DBs to have same local name







More information about the interchange-cvs mailing list