From 165bcba54e7cb2f21202fc24c01569fa63ce8baa Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 6 Feb 2014 09:15:16 +0100 Subject: Style fixes: Capitalization of "true" and "false" Use "true" instead of "TRUE" and "false" instead of "FALSE" or "False". Signed-off-by: Lukas Fleischer --- web/lib/Archive/Tar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/lib/Archive') diff --git a/web/lib/Archive/Tar.php b/web/lib/Archive/Tar.php index 9249a06..32a2ccc 100644 --- a/web/lib/Archive/Tar.php +++ b/web/lib/Archive/Tar.php @@ -1566,7 +1566,7 @@ class Archive_Tar extends PEAR while (strlen($v_binary_data = $this->_readBlock()) != 0) { - $v_extract_file = FALSE; + $v_extract_file = false; $v_extraction_stopped = 0; if (!$this->_readHeader($v_binary_data, $v_header)) -- cgit v1.2.3-54-g00ecf