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
commit a5b238019b

View file

@ -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);