svn: /pear/peardoc/trunk/ configure.php
[email protected] (Christian Weiske)
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
cweiske Thu, 03 Sep 2009 20:50:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=288007
Log:
also include txt files
Changed paths:
U pear/peardoc/trunk/configure.php
Modified: pear/peardoc/trunk/configure.php
===================================================================
--- pear/peardoc/trunk/configure.php 2009-09-03 20:33:13 UTC (rev 288006)
+++ pear/peardoc/trunk/configure.php 2009-09-03 20:50:07 UTC (rev 288007)
@@ -186,7 +186,7 @@
$cwd = getcwd();
chdir('en');
$arXmlFiles = glob('{,*/,*/*/,*/*/*/,*/*/*/*/,*/*/*/*/*/}*.xml', GLOB_BRACE);
- $arPhpFiles = glob('{,*/,*/*/,*/*/*/,*/*/*/*/,*/*/*/*/*/}*.php', GLOB_BRACE);
+ $arPhpFiles = glob('{,*/,*/*/,*/*/*/,*/*/*/*/,*/*/*/*/*/}*.{php,txt}', GLOB_BRACE);
chdir($cwd);
$hdl = fopen('chapters.ent', 'w');