Aleksander Machniak
2015-10-21 62306b8c488cca8a5319286f7d7b045f27b5d747
Merge pull request #302 from normalnorge/master

fixed typo in comment
1 files modified
2 ■■■ changed files
config/defaults.inc.php 2 ●●● patch | view | raw | blame | history
config/defaults.inc.php
@@ -503,7 +503,7 @@
// Maximum number of recipients per message. Default: 0 (no limit)
$config['max_recipients'] = 0; 
// Maximum allowednumber of members of an address group. Default: 0 (no limit)
// Maximum allowed number of members of an address group. Default: 0 (no limit)
// If 'max_recipients' is set this value should be less or equal
$config['max_group_members'] = 0;