aboutsummaryrefslogtreecommitdiff
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/acp/acp_groups.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/acp/acp_groups.php b/phpBB/includes/acp/acp_groups.php
index bddad78bf2..089fe4baa1 100644
--- a/phpBB/includes/acp/acp_groups.php
+++ b/phpBB/includes/acp/acp_groups.php
@@ -414,10 +414,10 @@ class acp_groups
}
/*
- * Validate the length of "Maximum number of allowed recipients per private message" setting.
- * We use 16777215 as a maximum because it matches MySQL unsigned mediumint maximum value
- * which is the lowest amongst DBMSes supported by phpBB3.
- * Also validate the submitted colour value.
+ * Validate the length of "Maximum number of allowed recipients per
+ * private message" setting. We use 16777215 as a maximum because it matches
+ * MySQL unsigned mediumint maximum value which is the lowest amongst DBMSes
+ * supported by phpBB3. Also validate the submitted colour value.
*/
$validation_checks = array(
'max_recipients' => array('num', false, 0, 16777215),