Revision c9902d76
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
bin/mozilla/admin.pl | ||
---|---|---|
84 | 84 |
if ($auth->session_tables_present()) { |
85 | 85 |
$::auth->set_session_value('rpw', $::form->{rpw}); |
86 | 86 |
$::auth->create_or_refresh_session(); |
87 |
_apply_dbupgrade_scripts(); |
|
87 | 88 |
} |
88 | 89 |
|
89 |
_apply_dbupgrade_scripts(); |
|
90 |
|
|
91 | 90 |
call_sub($locale->findsub($form->{action})); |
92 | 91 |
} |
93 | 92 |
} else { |
Auch abrufbar als: Unified diff
Upgradescripte für auth.* nur ausführen, wenn Authentifizierungstabellen bereits existieren