Fix License Var

This commit is contained in:
Johnny 2022-04-15 15:37:37 -04:00 committed by GitHub
parent 945288dfbd
commit 633ce5d342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
$software_id = $row['software_id'];
$software_name = $row['software_name'];
$software_type = $row['software_type'];
$software_license = $row['software_license_type'];
$software_license = $row['software_license'];
$software_notes = $row['software_notes'];
?>
@ -105,4 +105,4 @@
</div>
</div>
</div>
</div>