cherrypicked commit war nicht strict.
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 30 Oct 2009 15:42:06 +0000 (16:42 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 30 Oct 2009 15:42:06 +0000 (16:42 +0100)
SL/IO.pm

index 83af0d4..b840e45 100644 (file)
--- a/SL/IO.pm
+++ b/SL/IO.pm
@@ -46,7 +46,7 @@ sub set_datepaid {
 
   my ($curr_datepaid, $curr_paid) = selectfirst_array_query($form, $dbh, qq|SELECT datepaid, paid FROM $table WHERE id = ?|, $id);
 
-  $query    = <<SQL;
+  my $query    = <<SQL;
     SELECT MAX(at.transdate)
     FROM acc_trans at
     LEFT JOIN chart c ON (at.chart_id = c.id)