techtonik Mon Jun 20 05:35:26 2005 EDT
Modified files:
/phpdoc/htmlhelp filter_files.php
Log:
+ $Id$
+ report file in process
http://cvs.php.net/diff.php/phpdoc/htmlhelp/filter_files.php?r1=1.11&r2=1.12&ty=u
Index: phpdoc/htmlhelp/filter_files.php
diff -u phpdoc/htmlhelp/filter_files.php:1.11
phpdoc/htmlhelp/filter_files.php:1.12
--- phpdoc/htmlhelp/filter_files.php:1.11 Mon Jun 6 12:37:58 2005
+++ phpdoc/htmlhelp/filter_files.php Mon Jun 20 05:35:26 2005
@@ -1,4 +1,4 @@
-<?php
+<?php // $Id: filter_files.php,v 1.12 2005/06/20 09:35:26 techtonik Exp $
/*
This file is part of the Windows Compiled HTML Help
@@ -30,8 +30,9 @@
// Only process html files
if (strpos($filename, ".html")) {
$counter++;
+ echo "\r
\r";
+ echo "> $counter $filename";
refineFile($filename);
- echo "> $counter\r";
}
}
closedir($handle);