]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
url_for: Template übergibt Hash-Parameter als Hash-Referenz
[mfinanz.git] / SL / Form.pm
index 6785c3ace1ba71284aabaab7ff799dddb016e49c..e2a484ed16da5e9cc0109b42020e038712315096 100644 (file)
@@ -263,9 +263,6 @@ sub new {
 
   _recode_recursively(SL::Iconv->new($encoding, $db_charset), $self);
 
-  $self->{action}  =  lc $self->{action};
-  $self->{action}  =~ s/( |-|,|\#)/_/g;
-
   #$self->{version} =  "2.6.1";                 # Old hardcoded but secure style
   open VERSION_FILE, "VERSION";                 # New but flexible code reads version from VERSION-file
   $self->{version} =  <VERSION_FILE>;