Skip to content

Commit

Permalink
Keep on truckin.
Browse files Browse the repository at this point in the history
  • Loading branch information
samilliken committed Oct 26, 2016
1 parent 8e3ce9e commit f0e79cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Device.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ function GetDevicesbyOwner(){
function GetESXDevices() {
global $dbh;

$sql="SELECT * FROM fac_Device WHERE ESX=TRUE ORDER BY DeviceID;";
$sql="SELECT * FROM fac_Device WHERE Hypervisor='ESX' ORDER BY DeviceID;";

$deviceList = array();

Expand Down

0 comments on commit f0e79cf

Please sign in to comment.