release 1.3.21

This commit is contained in:
Newcomer1989
2022-12-18 13:13:44 +01:00
parent d2cb86e323
commit b96e32b713
35 changed files with 359 additions and 122 deletions

View File

@@ -1,8 +1,9 @@
<?PHP
function db_ex_imp($ts3,$mysqlcon,$lang,$cfg,$dbname,&$db_cache) {
$starttime = microtime(true);
#enter_logfile($cfg,5," started DB Export");
if (in_array($db_cache['job_check']['database_export']['timestamp'], ["1","2"], true)) {
if (in_array($db_cache['job_check']['database_export']['timestamp'], ["1","2"])) {
enter_logfile($cfg,4,"DB Export job(s) started");