Merge branch 'clients'
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 14 Jun 2013 15:27:41 +0000 (17:27 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 14 Jun 2013 15:27:41 +0000 (17:27 +0200)
SL/Form.pm

index 8f9594b..3e56b69 100644 (file)
@@ -1633,7 +1633,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);