nlopess         Fri Jun 25 14:05:19 2004 EDT

  Modified files:              
    /phpdoc/scripts     file-entities.php.in 
  Log:
  reverting my bogus commit. sorry for the noise
  
http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.15&r2=1.16&ty=u
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.15 
phpdoc/scripts/file-entities.php.in:1.16
--- phpdoc/scripts/file-entities.php.in:1.15    Fri Jun 25 13:57:23 2004
+++ phpdoc/scripts/file-entities.php.in Fri Jun 25 14:05:19 2004
@@ -17,7 +17,7 @@
   |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
   +----------------------------------------------------------------------+
   
-  $Id: file-entities.php.in,v 1.15 2004/06/25 17:57:23 nlopess Exp $
+  $Id: file-entities.php.in,v 1.16 2004/06/25 18:05:19 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";
 }
-*/
+
 // Reserved constants list is special [temporary]
 fputs(
    $fp,

Reply via email to