[interchange] Retract bad variable pulled from a branch.

Mike Heins <[email protected]>
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
commit bef0ecf4055fdedccbd5e468e407cf4bf86e581a
Author: Mike Heins <[email protected]>
Date:   Fri Feb 4 00:54:22 2011 -0500

    Retract bad variable pulled from a branch.

 lib/Vend/Table/DBI.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/Vend/Table/DBI.pm b/lib/Vend/Table/DBI.pm
index bebb364..45081bc 100644
--- a/lib/Vend/Table/DBI.pm
+++ b/lib/Vend/Table/DBI.pm
@@ -1742,9 +1742,9 @@ sub delete_record {
 	}
 
 	## Rely on DBI to quote
-	$key = $s->[$WDBI]->quote($key, $s->[$KEY]);
+	$key = $s->[$DBI]->quote($key, $s->[$KEY]);
 
-    $s->[$WDBI]->do("delete from $s->[$TABLE] where $s->[$KEY] = $key");
+    $s->[$DBI]->do("delete from $s->[$TABLE] where $s->[$KEY] = $key");
 }
 
 sub fields_index {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.