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:
aaf1cc9
)
Kleiner Syntax-Highlighting-Fix für Emacs.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 27 Jun 2008 07:40:19 +0000
(07:40 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 27 Jun 2008 07:40:19 +0000
(07:40 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
0aa7fb6
..
d155a0d
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-471,7
+471,7
@@
sub isblank {
my ($self, $name, $msg) = @_;
my $curr = $self;
- foreach my $part (split /\./, $name) {
+ foreach my $part (split
m
/\./, $name) {
if (!$curr->{$part} || ($curr->{$part} =~ /^\s*$/)) {
$self->error($msg);
}