didou Sun Jun 6 13:17:48 2004 EDT
Modified files:
/phpdoc/scripts revcheck.php
Log:
ignore the new README file and stick to the same size format
http://cvs.php.net/diff.php/phpdoc/scripts/revcheck.php?r1=1.42&r2=1.43&ty=u
Index: phpdoc/scripts/revcheck.php
diff -u phpdoc/scripts/revcheck.php:1.42 phpdoc/scripts/revcheck.php:1.43
--- phpdoc/scripts/revcheck.php:1.42 Wed May 26 15:40:27 2004
+++ phpdoc/scripts/revcheck.php Sun Jun 6 13:17:48 2004
@@ -188,7 +188,7 @@
if ([EMAIL PROTECTED]($trans_file)) {
$files_by_mark[REV_NOTRANS]++;
$trans_name = substr($trans_file, strlen($DOCDIR) + strlen($LANG) + 1);
- $size = round(filesize($file)/1024, 1);
+ $size = intval(filesize($file)/1024);
$missing_files[$trans_name] = array( $size );
$file_sizes_by_mark[REV_NOTRANS] += $size;
// compute en-tags just if they're needed in the WIP-Table
@@ -328,6 +328,7 @@
if (
$file == "make_chm_index_en.html"
|| $file == "rsusi.txt"
+ || $file == "README"
|| $file == "DO_NOT_TRANSLATE"
|| ($file == "functions.xml" && strpos($dir, '/reference/')))
continue;