X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=8532c656f7ec79ac3bc00a98f82cbc11d48cf9b0;hb=12dadc47affa16838fe12aaf3e5523fa8b48e9ae;hp=6785c3ace1ba71284aabaab7ff799dddb016e49c;hpb=a97ebf45a374c126b9b5960c08d07bb4cbedfc4c;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index 6785c3ace..8532c656f 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -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} = ; @@ -682,7 +679,6 @@ EOT print < -