1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

Merge branch 'feature/notify_status' into develop-olympus

* feature/notify_status:
  [ticket/9179] Remove unnecessary newline.
This commit is contained in:
Nils Adermann
2010-05-30 15:20:37 +02:00

View File

@@ -121,7 +121,6 @@ define('NOTIFY_BOTH', 2);
define('NOTIFY_YES', 0);
define('NOTIFY_NO', 1);
// Email Priority Settings
define('MAIL_LOW_PRIORITY', 4);
define('MAIL_NORMAL_PRIORITY', 3);