[interchange] Retract bad variable pulled from a branch.

Mike Heins interchange-cvs at icdevgroup.org
Fri Feb 4 05:54:49 UTC 2011


commit bef0ecf4055fdedccbd5e468e407cf4bf86e581a
Author: Mike Heins <mike at bill.heins.net>
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 {



More information about the interchange-cvs mailing list