[geeklog-cvs] geeklog-1.3/public_html/admin mail.php,1.15,1.16

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri May 30 04:16:36 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/admin
In directory internal.geeklog.net:/tmp/cvs-serv11145/admin

Modified Files:
	mail.php 
Log Message:
Use only the email address as the first parameter to mail() (not "Name <email>", since that seems to cause problems on some setups).


Index: mail.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/admin/mail.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** mail.php	28 Nov 2002 12:43:56 -0000	1.15
--- mail.php	30 May 2003 08:16:34 -0000	1.16
***************
*** 179,183 ****
   		$sendttil .= $til . '<br>';
   
!  		if (!mail($til, stripslashes ($vars['subject']),
                  stripslashes ($vars['message']), $headers)) {
              $failures[] .= $til;
--- 179,183 ----
   		$sendttil .= $til . '<br>';
   
!  		if (!mail($A['email'], stripslashes ($vars['subject']),
                  stripslashes ($vars['message']), $headers)) {
              $failures[] .= $til;





More information about the geeklog-cvs mailing list