From 530879b4097d12cf774ba0d1cfa7673981e136b4 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Wed, 31 Oct 2001 11:31:00 +0000 Subject: Fixing tinderbox bustage (removing s and adding a "use vars" line) --- RelationSet.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RelationSet.pm') diff --git a/RelationSet.pm b/RelationSet.pm index 4b778a6fd..bfd572400 100644 --- a/RelationSet.pm +++ b/RelationSet.pm @@ -103,8 +103,8 @@ sub generateSqlDeltas { if ( $#insertList > -1 ) { $sqlInsert = "INSERT INTO $table ($invariantName, $columnName) VALUES " . join (",", - map ( "($invariantValue, $_)" , @insertList ) - ); + map ( "($invariantValue, $_)" , @insertList ) + ); } # construct the delete list by seeing which relations exist in the -- cgit v1.2.3-24-g4f1b