mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'feature/notify_status' into develop-olympus
* feature/notify_status: [ticket/9179] Remove unnecessary newline.
This commit is contained in:
commit
a5b238019b
1 changed files with 0 additions and 1 deletions
|
@ -121,7 +121,6 @@ define('NOTIFY_BOTH', 2);
|
||||||
define('NOTIFY_YES', 0);
|
define('NOTIFY_YES', 0);
|
||||||
define('NOTIFY_NO', 1);
|
define('NOTIFY_NO', 1);
|
||||||
|
|
||||||
|
|
||||||
// Email Priority Settings
|
// Email Priority Settings
|
||||||
define('MAIL_LOW_PRIORITY', 4);
|
define('MAIL_LOW_PRIORITY', 4);
|
||||||
define('MAIL_NORMAL_PRIORITY', 3);
|
define('MAIL_NORMAL_PRIORITY', 3);
|
||||||
|
|
Loading…
Add table
Reference in a new issue