Skip to content

Commit

Permalink
Merge pull request #466 from lorki97/main
Browse files Browse the repository at this point in the history
Fix device types not loading in device details page
  • Loading branch information
jokob-sk authored Oct 4, 2023
2 parents 654253c + 865f3ea commit 0741b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions front/php/server/devices.php
Original file line number Diff line number Diff line change
Expand Up @@ -857,8 +857,6 @@ function getDevices() {
function getDeviceTypes() {
global $db;

$networkTypes = getNetworkTypes();

// SQL
$sql = 'SELECT DISTINCT 9 as dev_Order, dev_DeviceType
FROM Devices
Expand Down

0 comments on commit 0741b39

Please sign in to comment.