From: <var...@us...> - 2021-06-28 13:42:16
|
Revision: 10331 http://sourceforge.net/p/phpwiki/code/10331 Author: vargenau Date: 2021-06-28 13:42:18 +0000 (Mon, 28 Jun 2021) Log Message: ----------- lib/plugin/text2png.php: no debug by default Modified Paths: -------------- trunk/lib/plugin/text2png.php Modified: trunk/lib/plugin/text2png.php =================================================================== --- trunk/lib/plugin/text2png.php 2021-06-28 12:16:29 UTC (rev 10330) +++ trunk/lib/plugin/text2png.php 2021-06-28 13:42:18 UTC (rev 10331) @@ -44,8 +44,7 @@ * See <http://www.php.net/manual/pl/ref.image.php> for more info. */ -if (!defined('text2png_debug')) - define('text2png_debug', DEBUG & _DEBUG_VERBOSE); +// define('text2png_debug', DEBUG & _DEBUG_VERBOSE); class WikiPlugin_text2png extends WikiPlugin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |