Added Contact Import Capabilities and fixed some undefined vars

This commit is contained in:
johnnyq
2022-05-13 11:53:17 -04:00
parent e510c74536
commit 8b5f8547c4
4 changed files with 164 additions and 6 deletions

View File

@@ -86,7 +86,6 @@
$software_id = $row['software_id'];
$software_name = $row['software_name'];
$software_type = $row['software_type'];
$software_license = $row['software_license'];
$software_notes = $row['software_notes'];
?>