mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/17493] Remove more jabber remainders
PHPBB-17493
This commit is contained in:
@@ -2381,7 +2381,7 @@ function submit_post($mode, $subject, $username, $topic_type, &$poll_ary, &$data
|
||||
VALUES (' . $user->data['user_id'] . ', ' . $data_ary['topic_id'] . ')';
|
||||
$db->sql_query($sql);
|
||||
}
|
||||
else if (($config['email_enable'] || $config['jab_enable']) && $data_ary['notify_set'] && !$data_ary['notify'])
|
||||
else if ($config['email_enable'] && $data_ary['notify_set'] && !$data_ary['notify'])
|
||||
{
|
||||
$sql = 'DELETE FROM ' . TOPICS_WATCH_TABLE . '
|
||||
WHERE user_id = ' . $user->data['user_id'] . '
|
||||
|
@@ -366,9 +366,6 @@ class phpbb_questionnaire_phpbb_data_provider
|
||||
'img_max_width' => true,
|
||||
'img_min_thumb_filesize' => true,
|
||||
'ip_check' => true,
|
||||
'jab_enable' => true,
|
||||
'jab_package_size' => true,
|
||||
'jab_use_ssl' => true,
|
||||
'limit_load' => true,
|
||||
'limit_search_load' => true,
|
||||
'load_anon_lastread' => true,
|
||||
|
Reference in New Issue
Block a user