Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2023-10-31 21:14:32 +01:00
commit f69c9ad9d0

View File

@ -155,7 +155,7 @@ function getUserData($colname, $coldata, $objdata) { /* {{{ */
} /* }}} */
$metadata = array();
if(!isset($metadatafile)) {
if(isset($metadatafile)) {
$csvdelim = ';';
$csvencl = '"';
if($fp = fopen($metadatafile, 'r')) {