[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.251,1.252

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Thu Sep 4 17:32:59 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html
In directory geeklog_prod:/tmp/cvs-serv9836

Modified Files:
	lib-common.php 
Log Message:
Bugfix: Missing recipient's email address in the daily digest (thanks, FBtje)


Index: lib-common.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.251
retrieving revision 1.252
diff -C2 -d -r1.251 -r1.252
*** lib-common.php	4 Sep 2003 09:50:15 -0000	1.251
--- lib-common.php	4 Sep 2003 21:32:57 -0000	1.252
***************
*** 3887,3891 ****
          $mailtext .= "\n------------------------------\n";
  
!         $mailto = $U['username'] . ' <' . $toemail . '>';
  
          COM_mail( $mailto, $subject, $mailtext );
--- 3887,3891 ----
          $mailtext .= "\n------------------------------\n";
  
!         $mailto = $U['username'] . ' <' . $U['email'] . '>';
  
          COM_mail( $mailto, $subject, $mailtext );





More information about the geeklog-cvs mailing list