From 001601a55b93baa85e8433f7bd0fbdfea41c487f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 9 Oct 2009 17:07:41 +0200 Subject: [PATCH] strictness --- SL/FU.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/FU.pm b/SL/FU.pm index 9f651981c..a973beb0f 100644 --- a/SL/FU.pm +++ b/SL/FU.pm @@ -45,7 +45,7 @@ sub save { do_query($form, $dbh, qq|DELETE FROM follow_up_links WHERE follow_up_id = ?|, conv_i($params{id})); - my $query = qq|INSERT INTO follow_up_links (follow_up_id, trans_id, trans_type, trans_info) VALUES (?, ?, ?, ?)|; + $query = qq|INSERT INTO follow_up_links (follow_up_id, trans_id, trans_type, trans_info) VALUES (?, ?, ?, ?)|; my $sth = prepare_query($form, $dbh, $query); foreach my $link (@{ $params{LINKS} }) { -- 2.20.1