mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-03 03:38:52 +00:00
Fix tmux start
This commit is contained in:
@@ -124,7 +124,7 @@ while ($runVar['counts']['iterations'] > 0) {
|
||||
echo $e;
|
||||
}
|
||||
try {
|
||||
$newOldQry = $tRun->proc_query(6, null, null);
|
||||
$newOldQry = $tRun->proc_query(6, null, $db_name);
|
||||
} catch (Exception $e) {
|
||||
echo $e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user