fix checking for metadatafile

This commit is contained in:
Uwe Steinmann 2023-10-31 21:14:04 +01:00
parent 7a346f3b9f
commit 4b887c987b

View File

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