csv export/import

This commit is contained in:
jokob-sk
2022-08-05 22:56:48 +10:00
parent 8650c68801
commit 5a1c1036dd
6 changed files with 207 additions and 4 deletions

View File

@@ -151,7 +151,7 @@
FROM Devices WHERE dev_Network_Node_MAC_ADDR = "'.$node_mac.'" order by port asc';
global $db;
$func_result = $db->query($func_sql);
$func_result = $db->query($func_sql);
// array
$tableData = array();