From: <ru...@us...> - 2009-01-08 15:26:35
|
Revision: 6385 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6385&view=rev Author: rurban Date: 2009-01-08 15:26:25 +0000 (Thu, 08 Jan 2009) Log Message: ----------- typo in comment Modified Paths: -------------- trunk/configurator.php Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2009-01-08 13:32:57 UTC (rev 6384) +++ trunk/configurator.php 2009-01-08 15:26:25 UTC (rev 6385) @@ -348,7 +348,7 @@ $properties["PHP include_path"] = new _define('INCLUDE_PATH', $include_path); -// TODO: convert this a checkbox row as in tests/unit/test.pgp +// TODO: Convert this to a checkbox row as in tests/unit/test.php $properties["DEBUG"] = new numeric_define_optional('DEBUG', DEBUG); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |