mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
More php8 compat fixes
This commit is contained in:
@@ -94,7 +94,7 @@ if (isset($_POST['import_file']))
|
||||
}
|
||||
}
|
||||
|
||||
$do = implode($do,",");
|
||||
$do = implode(",",$do);
|
||||
|
||||
//** - end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user