mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +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();
|
$metadata = array();
|
||||||
if(!isset($metadatafile)) {
|
if(isset($metadatafile)) {
|
||||||
$csvdelim = ';';
|
$csvdelim = ';';
|
||||||
$csvencl = '"';
|
$csvencl = '"';
|
||||||
if($fp = fopen($metadatafile, 'r')) {
|
if($fp = fopen($metadatafile, 'r')) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user