From: Reini U. <ru...@x-...> - 2009-02-27 16:51:45
|
2009/2/27 <var...@us...>: > Revision: 6598 > http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6598&view=rev > Author: vargenau > Date: 2009-02-27 12:54:19 +0000 (Fri, 27 Feb 2009) > > Log Message: > ----------- > Disable verification of emails for corporate env. Good. Sending emails should be disabled for certain environments. But we already have this key: ENABLE_MAILNOTIFY = false Please use this instead. > + // Disable verification of emails for corporate env. > + if (defined('GFORGE') and GFORGE) { > + $doverify = false; > + } -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |