You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ch...@apache.org on 2009/10/06 22:17:24 UTC

svn commit: r822469 - /incubator/log4php/trunk/src/main/php/configurators/LoggerConfiguratorIni.php

Author: chammers
Date: Tue Oct  6 20:17:23 2009
New Revision: 822469

URL: http://svn.apache.org/viewvc?rev=822469&view=rev
Log:
Seems as if some patch got applied twice.
Just phpdoc changes

Modified:
    incubator/log4php/trunk/src/main/php/configurators/LoggerConfiguratorIni.php

Modified: incubator/log4php/trunk/src/main/php/configurators/LoggerConfiguratorIni.php
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/main/php/configurators/LoggerConfiguratorIni.php?rev=822469&r1=822468&r2=822469&view=diff
==============================================================================
--- incubator/log4php/trunk/src/main/php/configurators/LoggerConfiguratorIni.php (original)
+++ incubator/log4php/trunk/src/main/php/configurators/LoggerConfiguratorIni.php Tue Oct  6 20:17:23 2009
@@ -68,14 +68,6 @@
  *
  * {@example ../../examples/resources/appender_dailyfile.properties}
  *
- * <p>An example how to use this appender:</p>
- *
- * {@example ../../examples/php/appender_dailyfile.php}
- *
- * <p>And the corresponding ini file:</p>
- *
- * {@example ../../examples/resources/appender_dailyfile.properties}
- *
  * @version $Revision$
  * @package log4php
  * @subpackage configurators