nlopess Fri Jun 25 13:57:23 2004 EDT
Modified files: /phpdoc/scripts file-entities.php.in orphan_notes.php Log:
better stats and skip bz2 files
http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.14&r2=1.15&ty=u
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.14 phpdoc/scripts/file-entities.php.in:1.15
--- phpdoc/scripts/file-entities.php.in:1.14 Wed Dec 31 20:08:46 2003
+++ phpdoc/scripts/file-entities.php.in Fri Jun 25 13:57:23 2004
@@ -17,7 +17,7 @@
| Gabor Hojtsy <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: file-entities.php.in,v 1.14 2004/01/01 01:08:46 goba Exp $
+ $Id: file-entities.php.in,v 1.15 2004/06/25 17:57:23 nlopess Exp $
*/
/**
@@ -111,7 +111,7 @@
}
// Install part already splitted? [temporary]
-if (file_exists("$trans_dir/chapters/install.xml")) {
+/*if (file_exists("$trans_dir/chapters/install.xml")) {
fputs(
$fp,
"<!-- old install.xml found in language dir -->\n" .
@@ -126,7 +126,7 @@
);
echo " Using the install part from installpart.xml\n";
}
-
+*/
Ehem, we still use that stuff! Why did you comment it out?
Goba
