fix dbase
This commit is contained in:
parent
2408a6d9e0
commit
3bc2b21c89
@ -26,6 +26,7 @@ if (!file_exists($dbPath)){
|
||||
$db = dbase_open($dbPath, 0)
|
||||
or die("Error! Unable to open database file '$dbPath'.");
|
||||
|
||||
$column_info = dbase_get_header_info($dbh);
|
||||
$column_info = dbase_get_header_info($db);
|
||||
|
||||
var_export($column_info);
|
||||
dbase_close($db);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user