projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6744758
)
Noch haben wir keine 2.4.0.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 23 Nov 2006 09:26:05 +0000
(09:26 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 23 Nov 2006 09:26:05 +0000
(09:26 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
d21e3f8
..
e0a3d23
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-146,7
+146,7
@@
sub new {
$self->{action} = lc $self->{action};
$self->{action} =~ s/( |-|,|\#)/_/g;
- $self->{version} = "2.
4.0
";
+ $self->{version} = "2.
3.9
";
$main::lxdebug->leave_sub();