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:
ebbd278
)
Admindatenbanken auch upgraden, wenn die Tabellen gerade erst angelegt wurden.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 1 Feb 2011 10:32:09 +0000
(11:32 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 1 Feb 2011 10:32:09 +0000
(11:32 +0100)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
eac4d08
..
2da3ba5
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-191,6
+191,7
@@
sub create_auth_tables {
$main::auth->save_group($group);
}
+ _apply_dbupgrade_scripts();
login();
}