Changeset - ec5689d1ea15
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 13 years ago 2012-04-26 01:33:27
ohnobinki@ohnopublishing.net
Fix the sample value of the $feedback_emails configuration directive.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
inc/config.inc.example
Show inline comments
 
@@ -82,13 +82,13 @@
 
 * \brief
 
 *   List of email addresses to send feedback form submissions to.
 
 *
 
 * Set this to a PHP array of email addresses to which feedback
 
 * submissions should be mailed.
 
 */ 
 
/* $feedback_emails = array('ethanzonca@gmail.com, ngelderloos7@gmail.com, ohnobinki@ohnopublishing.net'); */
 
/* $feedback_emails = array('ethanzonca@gmail.com', 'ngelderloos7@gmail.com', 'ohnobinki@ohnopublishing.net'); */
 
/* $feedback_emails = array('user@example.org'); */
 

	
 
/**
 
 * \brief
 
 *   Whether or not to use SecureImage phpcaptcha.
 
 *
0 comments (0 inline, 0 general)