mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
b8a31dcc72
commit
165bcba54e
4 changed files with 15 additions and 15 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue