[geeklog-cvs] geeklog-1.3/plugins/spamx MailAdmin.Action.class.php,1.6,1.7

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Jan 26 05:18:28 EST 2005


Update of /var/cvs/geeklog-1.3/plugins/spamx
In directory www:/tmp/cvs-serv7682

Modified Files:
	MailAdmin.Action.class.php 
Log Message:
Moved the subject of the notification email to the language files.


Index: MailAdmin.Action.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/plugins/spamx/MailAdmin.Action.class.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MailAdmin.Action.class.php	18 Dec 2004 15:35:02 -0000	1.6
--- MailAdmin.Action.class.php	26 Jan 2005 10:18:26 -0000	1.7
***************
*** 43,47 ****
          $msg = sprintf($LANG_SX00['emailmsg'], $_CONF['site_name'], $uid, $comment);
  
!         COM_mail($_SPX_CONF['notification_email'], 'Spam Comment at ' . $_CONF['site_name'], $msg);
          $result = 8;
          SPAMX_log('Mail Sent to Admin');
--- 43,48 ----
          $msg = sprintf($LANG_SX00['emailmsg'], $_CONF['site_name'], $uid, $comment);
  
!         $subject = sprintf ($LANG_SX00['emailsubject'], $_CONF['site_name']);
!         COM_mail($_SPX_CONF['notification_email'], $subject, $msg);
          $result = 8;
          SPAMX_log('Mail Sent to Admin');




More information about the geeklog-cvs mailing list