Allow a small note field when forwarding

This commit is contained in:
Daniel Berteaud 2014-07-31 08:28:22 +02:00
parent ee8d724d20
commit c66e87d8fe
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ define('USE_ADMIN_DETAILS_FOR_MESSAGES',1);
define("PLUGIN_ROOTDIR","/usr/share/phplist/www/admin/plugins");
define("FCKIMAGES_DIR","uploadimages");
define('UPLOADIMAGES_DIR','uploadimages');
define("FORWARD_PERSONAL_NOTE_SIZE",500);
{
my $lang = $phplist{'Language'} || '';
$lang .= ($lang =~ m/\.inc$/) ? '' : '.inc';