mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11103] Fix some various issues, better comments
PHPBB3-11103
This commit is contained in:
@@ -101,6 +101,10 @@ if (!defined('NOTIFICATION_TYPES_TABLE'))
|
||||
{
|
||||
define('NOTIFICATION_TYPES_TABLE', $table_prefix . 'notification_types');
|
||||
}
|
||||
if (!defined('NOTIFICATIONS_TYPES_TABLE'))
|
||||
{
|
||||
define('NOTIFICATIONS_TYPES_TABLE', $table_prefix . 'notifications_types');
|
||||
}
|
||||
if (!defined('NOTIFICATIONS_TABLE'))
|
||||
{
|
||||
define('NOTIFICATIONS_TABLE', $table_prefix . 'notifications');
|
||||
|
Reference in New Issue
Block a user