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:
6c4aa60
)
Flash: Kategorie "information" auf "info" mappen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:46:07 +0000
(15:46 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:46:07 +0000
(15:46 +0100)
bin/mozilla/common.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/common.pl
b/bin/mozilla/common.pl
index
57acc95
..
d98bdda
100644
(file)
--- a/
bin/mozilla/common.pl
+++ b/
bin/mozilla/common.pl
@@
-729,6
+729,7
@@
sub gl_transaction {
sub flash {
my $category = shift;
+ $category = 'info' if $category eq 'information';
$::form->{FLASH} ||= { };
$::form->{FLASH}->{ $category } ||= [ ];