public_html/admin/mail.php
branchHEAD
changeset 7358 b6d086ec0e01
parent 6978 04bf6514d64c
child 7596 a411f5d356bb
     1.1 --- a/public_html/admin/mail.php	Mon Apr 20 11:01:39 2009 +0200
     1.2 +++ b/public_html/admin/mail.php	Sun Oct 04 13:32:11 2009 +0200
     1.3 @@ -153,7 +153,7 @@
     1.4  
     1.5      if (empty($vars['fra']) OR empty($vars['fraepost']) OR
     1.6              empty($vars['subject']) OR empty($vars['message']) OR
     1.7 -            empty($vars['to_group'])) {
     1.8 +            empty($vars['to_group']) OR (strpos($vars['fra'], '@') !== false)) {
     1.9          $retval .= COM_showMessageText($LANG31[26]);
    1.10  
    1.11          return $retval;