hholzgra                Tue Feb  8 06:53:14 2005 EDT

  Modified files:              
    /phpdoc/scripts     file-entities.php.in 
  Log:
  these settings are no longer passed as arguments
  
  
http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.23&r2=1.24&ty=u
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.23 
phpdoc/scripts/file-entities.php.in:1.24
--- phpdoc/scripts/file-entities.php.in:1.23    Tue Feb  8 06:46:46 2005
+++ phpdoc/scripts/file-entities.php.in Tue Feb  8 06:53:14 2005
@@ -17,7 +17,7 @@
   |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
   +----------------------------------------------------------------------+
   
-  $Id: file-entities.php.in,v 1.23 2005/02/08 11:46:46 hholzgra Exp $
+  $Id: file-entities.php.in,v 1.24 2005/02/08 11:53:14 hholzgra Exp $
 */
 
 /**
@@ -60,11 +60,10 @@
 // this path if used for saving the ent file:
 $script_out_dir = $cygwin_complied ? "@WORKDIR@" : $out_dir;
 
-// The source directory is passed in the 5th argument counting from backwards.
+// The documentation source directory
 $srcdir = abs_path("@SRCDIR@");
 
-// The translation dir is passed as the 6th argument, counting
-// from the end of the argument list
+// The translation subdir to use
 $trans_dir = "$srcdir/@LANGDIR@";
 
 // The original directory is in the base directory, and named "en"

Reply via email to