[geeklog-cvs] geeklog-1.3 config.php,1.150,1.151

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Jan 18 08:15:55 EST 2005


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv25422

Modified Files:
	config.php 
Log Message:
Added an (optional) email notification when a new trackback comment has been posted.


Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.150
retrieving revision 1.151
diff -C2 -d -r1.150 -r1.151
*** config.php	17 Jan 2005 12:42:05 -0000	1.150
--- config.php	18 Jan 2005 13:15:53 -0000	1.151
***************
*** 405,410 ****
  
  // Send an email notification when a new submission has been made. The contents
! // of the array can be any combination of 'story', 'comment', 'link', 'event',
! // and 'user'.
  // Example: $_CONF['notification'] = array ('story', 'link', 'event');
  // The email will be sent to $_CONF['site_mail'] (see above).
--- 405,410 ----
  
  // Send an email notification when a new submission has been made. The contents
! // of the array can be any combination of 'story', 'comment', 'trackback',
! // 'link', 'event', and 'user'.
  // Example: $_CONF['notification'] = array ('story', 'link', 'event');
  // The email will be sent to $_CONF['site_mail'] (see above).




More information about the geeklog-cvs mailing list