goba Sat Nov 16 05:02:02 2002 EDT
Modified files:
/phpdoc/scripts entities.php
Log:
Oh, we need to have a slash before the lang, so we
won't skip all function dirs ;)
Index: phpdoc/scripts/entities.php
diff -u phpdoc/scripts/entities.php:1.6 phpdoc/scripts/entities.php:1.7
--- phpdoc/scripts/entities.php:1.6 Sat Nov 16 05:01:22 2002
+++ phpdoc/scripts/entities.php Sat Nov 16 05:02:02 2002
@@ -96,7 +96,7 @@
// Skip old and unused functions directories (theoretically
// it should only be in the English tree, but we are smart
// and check for other language trees too...)
- if (preg_match("!([a-z]{2}|pt_BR)/functions!", $dir)) {
+ if (preg_match("!/([a-z]{2}|pt_BR)/functions!", $dir)) {
return;
}
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php