0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
postfixadmin/model
Christian Boltz 8fb67e6fbf
Fix broken table names caused by doubled table_by_key() calls
The high-level db_*() functions (like db_update(), and also
_db_add_field() in upgrade.php) call table_by_key() internally, which
also means the unwrangled table name needs to be handed over to them.
If handing over an already table_by_key()'d table name, it gets modified
again and results in something like prefix_prefix_mailbox.
2017-12-30 11:55:55 +01:00
..
AdminHandler.php use current time as default token_validity value 2017-11-24 16:04:39 +08:00
AdminpasswordHandler.php *Handler: 2015-03-17 21:07:59 +00:00
AliasdomainHandler.php AliasdomainHandler: 2015-04-06 13:29:28 +00:00
AliasHandler.php Fix wrong way of check for can_delete 2017-02-07 15:54:21 +01:00
CliDelete.php Cli*.php: 2014-11-01 18:05:39 +00:00
CliEdit.php Cli*.php: 2014-11-01 18:05:39 +00:00
CliHelp.php Cli*.php: 2014-11-01 18:05:39 +00:00
CliScheme.php Add CliScheme.php: 2014-11-01 18:08:11 +00:00
CliView.php Cli*.php: 2014-11-01 18:05:39 +00:00
Config.php
DomainHandler.php Better use Config::Lang instead of global $PALANG 2017-06-25 14:35:27 +02:00
FetchmailHandler.php FetchmailHandler: use a valid date as default for 'date' 2016-09-30 21:12:15 +00:00
MailboxHandler.php use current time as default token_validity value 2017-11-24 16:04:39 +08:00
PFAHandler.php Fix broken table names caused by doubled table_by_key() calls 2017-12-30 11:55:55 +01:00
VacationHandler.php Make VacationHandler compatible with MySQL strict mode again 2017-02-09 05:21:12 +00:00