Fix tmux start

This commit is contained in:
DariusIII
2023-04-02 20:19:10 +02:00
parent 0c7aa92fb8
commit 98492ced75
+1 -1
View File
@@ -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;
}