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:
dae6150
)
Syntaxhighlighting fuer Emacs erleichtert.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 23 Nov 2006 13:23:48 +0000
(13:23 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 23 Nov 2006 13:23:48 +0000
(13:23 +0000)
SL/User.pm
patch
|
blob
|
history
diff --git
a/SL/User.pm
b/SL/User.pm
index
2da6216
..
7a26069
100644
(file)
--- a/
SL/User.pm
+++ b/
SL/User.pm
@@
-57,7
+57,7
@@
sub new {
# remove any trailing whitespace
s/^\s*(.*?)\s*$/$1/;
- ($key, $value) = split
/=/, $_, 2
;
+ ($key, $value) = split
(/=/, $_, 2)
;
if (($key eq "stylesheet") && ($value eq "sql-ledger.css")) {
$value = "lx-office-erp.css";
@@
-496,7
+496,7
@@
sub dbsources_unused {
while (<FH>) {
if (/^dbname=/) {
- my ($null, $item) = split
/=/
;
+ my ($null, $item) = split
(/=/)
;
push @dbexcl, $item;
}
}