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:
42e5fa8
)
Globales locale-Objekt nutzen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 26 Apr 2013 15:53:05 +0000
(17:53 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 26 Apr 2013 15:53:05 +0000
(17:53 +0200)
SL/DBUpgrade2/Base.pm
patch
|
blob
|
history
diff --git
a/SL/DBUpgrade2/Base.pm
b/SL/DBUpgrade2/Base.pm
index
9995215
..
09e4e5f
100644
(file)
--- a/
SL/DBUpgrade2/Base.pm
+++ b/
SL/DBUpgrade2/Base.pm
@@
-37,7
+37,7
@@
sub execute_script {
sub db_error {
my ($self, $msg) = @_;
- die $
self->
locale->text("Database update error:") . "<br>$msg<br>" . $DBI::errstr;
+ die $
::
locale->text("Database update error:") . "<br>$msg<br>" . $DBI::errstr;
}
sub db_query {