Fix CSV import #175

This commit is contained in:
Jokob-sk
2023-02-10 20:20:26 +11:00
parent ec274c90da
commit 4b9117dcb4
3 changed files with 28 additions and 28 deletions

View File

@@ -35,7 +35,6 @@ elseif ($FUNCTION == 'cleanLog')
cleanLog($SETTINGS);
}
//------------------------------------------------------------------------------
// Formatting data functions
//------------------------------------------------------------------------------
@@ -426,6 +425,4 @@ function setCache($key, $value, $expireMinutes = 5) {
}
?>
?>