bjori Sat Sep 8 18:11:10 2007 UTC
Modified files:
/phpdoc/scripts file-entities.php.in
Log:
Remove debug output
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/file-entities.php.in?r1=1.45&r2=1.46&diff_format=u
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.45
phpdoc/scripts/file-entities.php.in:1.46
--- phpdoc/scripts/file-entities.php.in:1.45 Sat Sep 8 17:40:14 2007
+++ phpdoc/scripts/file-entities.php.in Sat Sep 8 18:11:08 2007
@@ -17,7 +17,7 @@
| Gabor Hojtsy <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: file-entities.php.in,v 1.45 2007/09/08 17:40:14 bjori Exp $
+ $Id: file-entities.php.in,v 1.46 2007/09/08 18:11:08 bjori Exp $
*/
/**
@@ -50,7 +50,7 @@
// The dir for PHP. If the cygwin wasn't compiled on Cygwin, the path needs to
be stripped.
$out_dir = ($not_windows || eregi('CYGWIN',php_uname()))? "@WORKDIR@" :
abs_path(strip_cygdrive("@WORKDIR@"));
-var_dump($out_dir, "@WORKDIR@", $not_windows);
+
// The language encoding to use
$encoding = "@ENCODING@";