# HG changeset patch # User Nathan Phillip Brink # Date 2012-04-26 01:33:27 # Node ID ec5689d1ea1546f82e4bed4e9e25bbad144a3d11 # Parent d6fbd191da57d098efa9b13a7b262e0840e3b8af Fix the sample value of the $feedback_emails configuration directive. diff --git a/inc/config.inc.example b/inc/config.inc.example --- a/inc/config.inc.example +++ b/inc/config.inc.example @@ -85,7 +85,7 @@ * 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'); */ /**