From: Chad Horohoe Date: Mon, 23 Aug 2010 01:55:16 +0000 (+0000) Subject: Comment adjustment X-Git-Tag: 1.31.0-rc.0~35368 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=296d732bf41151cfb263004b885f2f5779ac8466;p=lhc%2Fweb%2Fwiklou.git Comment adjustment --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index e342fd1d3d..7152cf025b 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2180,7 +2180,7 @@ function wfTempDir() { if( function_exists( 'sys_get_temp_dir' ) ) { return sys_get_temp_dir(); } - # Hope this is Unix of some kind! + # Usual defaults return wfIsWindows() ? 'C:\Windows\Temp' : '/tmp'; }