yannick Sat Jul 21 07:58:03 2007 UTC
Modified files: /phpdoc/scripts revcheck.php Log: exclude new folder "internals2" from revcheck http://cvs.php.net/viewvc.cgi/phpdoc/scripts/revcheck.php?r1=1.60&r2=1.61&diff_format=u Index: phpdoc/scripts/revcheck.php diff -u phpdoc/scripts/revcheck.php:1.60 phpdoc/scripts/revcheck.php:1.61 --- phpdoc/scripts/revcheck.php:1.60 Sat Aug 12 16:18:32 2006 +++ phpdoc/scripts/revcheck.php Sat Jul 21 07:58:02 2007 @@ -335,6 +335,7 @@ || $file == "reserved.constants.xml" || $file == 'DO_NOT_TRANSLATE' || strpos($dir, '/internals/') + || strpos($dir, '/internals2/') || ($file == "functions.xml" && strpos($dir, '/reference/'))) continue;