momo            Wed Mar 19 04:14:04 2003 EDT

  Modified files:              
    /phpdoc/scripts     file-entities.php.in 
  Log:
  revert last commit for now. jade not alwayes complied with cygwin unfortunately ...
  
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.8 phpdoc/scripts/file-entities.php.in:1.9
--- phpdoc/scripts/file-entities.php.in:1.8     Wed Mar 19 03:57:56 2003
+++ phpdoc/scripts/file-entities.php.in Wed Mar 19 04:14:04 2003
@@ -17,7 +17,7 @@
 # |             Gabor Hojtsy <[EMAIL PROTECTED]>                              |
 # +----------------------------------------------------------------------+
 # 
-# $Id: file-entities.php.in,v 1.8 2003/03/19 08:57:56 momo Exp $
+# $Id: file-entities.php.in,v 1.9 2003/03/19 09:14:04 momo Exp $
 */
 
 /**
@@ -58,7 +58,7 @@
 ob_end_clean();
 $cygwin_complied = eregi("CYGWIN",$tmp) ? true : false;
 
-$ppath = $cygwin_complied 
+$ppath = (0&&$cygwin_complied)
        ? "@WORKDIR@"
        : preg_replace("!^/cygdrive/(\\w)/!", "\\1:/", "@WORKDIR@");
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to