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:
40534aa
)
Wir haben gut 'gesprintet' und gehen auf die naechste beta
author
Jan Büren
<information@richardson-bueren.de>
Fri, 8 May 2009 12:10:44 +0000
(12:10 +0000)
committer
Jan Büren
<information@richardson-bueren.de>
Fri, 8 May 2009 12:10:44 +0000
(12:10 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
370bbe6
..
11a2b4e
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-261,7
+261,7
@@
sub new {
$self->{action} = lc $self->{action};
$self->{action} =~ s/( |-|,|\#)/_/g;
- $self->{version} = "2.6.0 beta
1
";
+ $self->{version} = "2.6.0 beta
2
";
$main::lxdebug->leave_sub();