aboutsummaryrefslogtreecommitdiff
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-05-16 23:43:54 +0200
committerNils Adermann <naderman@naderman.de>2010-05-30 15:20:15 +0200
commit491fc0516e8f0f43be153bb5a527805037466301 (patch)
tree37a02d780ee4bcba58766c99f85321ee184e301b /phpBB
parent[feature/notify_status] Define'd constants for notify_status (diff)
downloadphpbb-491fc0516e8f0f43be153bb5a527805037466301.tar.gz
phpbb-491fc0516e8f0f43be153bb5a527805037466301.tar.bz2
phpbb-491fc0516e8f0f43be153bb5a527805037466301.zip
[ticket/9179] Remove unnecessary newline.
cc8d22bed6bdba0a8f5797eef3627a62c240a48f added one empty line too much. PHPBB3-9179
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/constants.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index a3da196cf8..ff572869e2 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -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);