mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Revert groupfixrelnames to original state
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2017-05-10 DariusIII
|
||||
* Chg: Revert groupfixrelnames to original state
|
||||
* Chg: Use list to assign values to $pieces array
|
||||
* Chg: Add PHPDOC blocks to Forking class functions
|
||||
2017-05-09 DariusIII
|
||||
|
||||
@@ -20,7 +20,10 @@ if (!isset($argv[1])) {
|
||||
}
|
||||
$namefixer = new NameFixer(['Settings' => $pdo]);
|
||||
$sorter = new MiscSorter(true, $pdo);
|
||||
list($guidChar, $maxperrun, $thread) = explode(' ', $argv[1]);
|
||||
$pieces = explode(' ', $argv[1]);
|
||||
$guidChar = $pieces[1];
|
||||
$maxperrun = $pieces[2];
|
||||
$thread = $pieces[3];
|
||||
|
||||
switch (true) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user