[thirdparty-commits] jpeeler: mantis/trunk r43 - /mantis/trunk/config_defaults_inc.php
SVN commits to the Digium third-party software repository
thirdparty-commits at lists.digium.com
Wed Dec 31 12:24:36 CST 2008
Author: jpeeler
Date: Wed Dec 31 12:24:35 2008
New Revision: 43
URL: http://svn.digium.com/view/thirdparty?view=rev&rev=43
Log:
turn on expected g_notify_flags option
Modified:
mantis/trunk/config_defaults_inc.php
Modified: mantis/trunk/config_defaults_inc.php
URL: http://svn.digium.com/view/thirdparty/mantis/trunk/config_defaults_inc.php?view=diff&rev=43&r1=42&r2=43
==============================================================================
--- mantis/trunk/config_defaults_inc.php (original)
+++ mantis/trunk/config_defaults_inc.php Wed Dec 31 12:24:35 2008
@@ -295,8 +295,8 @@
# - there just won't be anyone in those categories)
# I guess it serves as an example and a placeholder for this
# config option
-# $g_notify_flags['new'] = array('bugnotes' => OFF,
-# 'monitor' => OFF);
+ $g_notify_flags['new'] = array('bugnotes' => OFF,
+ 'monitor' => OFF);
# Whether user's should receive emails for their own actions
$g_email_receive_own = OFF;
More information about the thirdparty-commits
mailing list