summaryrefslogtreecommitdiffstats
path: root/web/lib/Archive
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-02-06 09:15:16 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-02-06 16:32:31 +0100
commit165bcba54e7cb2f21202fc24c01569fa63ce8baa (patch)
tree611dfd98f1188fa1eab50659540cfc1c8236ac53 /web/lib/Archive
parentb8a31dcc72703b4cd597e4ce681abcf6b0a3d507 (diff)
downloadaurweb-165bcba54e7cb2f21202fc24c01569fa63ce8baa.tar.xz
Style fixes: Capitalization of "true" and "false"
Use "true" instead of "TRUE" and "false" instead of "FALSE" or "False". Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/lib/Archive')
-rw-r--r--web/lib/Archive/Tar.php2
1 files changed, 1 insertions, 1 deletions
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))