[geeklog-cvs] geeklog-1.3/public_html/admin mail.php,1.24,1.25

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Fri Oct 8 08:36:48 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin
In directory www:/tmp/cvs-serv11333

Modified Files:
	mail.php 
Log Message:
Harmless, but that '.' shouldn't be there.


Index: mail.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/mail.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** mail.php	7 Oct 2004 08:27:27 -0000	1.24
--- mail.php	8 Oct 2004 12:36:46 -0000	1.25
***************
*** 179,183 ****
  
          if (!COM_mail ($to, $subject, $message, $from, $html, $priority)) {
!             $failures[] .= $to;
          } else {
              $successes[] = $to;
--- 179,183 ----
  
          if (!COM_mail ($to, $subject, $message, $from, $html, $priority)) {
!             $failures[] = $to;
          } else {
              $successes[] = $to;




More information about the geeklog-cvs mailing list