mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
fix checking for metadatafile
This commit is contained in:
parent
7a346f3b9f
commit
4b887c987b
|
@ -155,7 +155,7 @@ function getUserData($colname, $coldata, $objdata) { /* {{{ */
|
|||
} /* }}} */
|
||||
|
||||
$metadata = array();
|
||||
if(!isset($metadatafile)) {
|
||||
if(isset($metadatafile)) {
|
||||
$csvdelim = ';';
|
||||
$csvencl = '"';
|
||||
if($fp = fopen($metadatafile, 'r')) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user