]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Syntax-Fehler in SL/Form.pm
[mfinanz.git] / SL / Form.pm
index 07702fbfc3acb68b331182fe7209dd853915d5ba..81727ed23f55f6d6513eddd0c2f48bded4ffa8e7 100644 (file)
@@ -1645,7 +1645,6 @@ sub get_all_currencies {
   my $self     = shift;
   my $myconfig = shift || \%::myconfig;
   my $dbh      = $self->get_standard_dbh($myconfig);
-  my @currencies =();
 
   my $query = qq|SELECT name FROM currencies|;
   my @currencies = map { $_->{name} } selectall_hashref_query($self, $dbh, $query);