mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Change integer to boolean in name fixing scripts
This commit is contained in:
@@ -58,10 +58,10 @@ if (!isset($argv[1])) {
|
||||
}
|
||||
break;
|
||||
case $pieces[0] === 'filename' && isset($guidChar) && isset($maxperrun) && is_numeric($maxperrun):
|
||||
$namefixer->fixNamesWithFiles(1, 1, 1, 1, 1, $guidChar, $maxperrun);
|
||||
$namefixer->fixNamesWithFiles(1, true, 1, 1, 1, $guidChar, $maxperrun);
|
||||
break;
|
||||
case $pieces[0] === 'srr' && isset($guidChar) && isset($maxperrun) && is_numeric($maxperrun):
|
||||
$namefixer->fixNamesWithSrr(1, 1, 1, 1, 1, $guidChar, $maxperrun);
|
||||
$namefixer->fixNamesWithSrr(1, true, 1, 1, 1, $guidChar, $maxperrun);
|
||||
break;
|
||||
case $pieces[0] === 'md5' && isset($guidChar) && isset($maxperrun) && is_numeric($maxperrun):
|
||||
$releases = $pdo->queryDirect(
|
||||
|
||||
Reference in New Issue
Block a user