mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix mysql syntax for predb_import_daily_batch.php
This commit is contained in:
@@ -136,8 +136,8 @@ foreach ($data as $dir => $files) {
|
||||
|
||||
// Make sure it's readable by all.
|
||||
chmod($dumpFile, 0777);
|
||||
$local = strtolower($argv[2]) === 'local' ? '' : 'remote';
|
||||
$verbose = $argv[3] === true;
|
||||
$local = strtolower($argv[2]) === 'local' ? 'LOCAL' : '';
|
||||
$verbose = $argv[3] === 'true';
|
||||
|
||||
if ($verbose) {
|
||||
$colorCli->info('Clearing import table');
|
||||
|
||||
Reference in New Issue
Block a user