Author: grobmeier
Date: Sun May 24 13:48:01 2009
New Revision: 778148
URL: http://svn.apache.org/viewvc?rev=778148&view=rev
Log:
added todo
Modified:
incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php
Modified: incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php?rev=778148&r1=778147&r2=778148&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php
(original)
+++ incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php Sun
May 24 13:48:01 2009
@@ -254,6 +254,7 @@
*
* @static
*/
+ // TODO: this method doesn't work correctly with key = true, it needs
key = "true" which is odd
public static function substVars($val, $props = null) {
$sbuf = '';
$i = 0;