Remove label and use the name instead.

This commit is contained in:
markjcrane
2016-07-31 19:12:41 -06:00
parent acaf5cfcc6
commit 4ca991fafe
4 changed files with 54 additions and 55 deletions

View File

@@ -88,7 +88,7 @@ if ($domains_processed == 1) {
$sql .= "(";
$sql .= "device_vendor_uuid, ";
$sql .= "device_vendor_function_uuid, ";
$sql .= "label, ";
//$sql .= "label, ";
$sql .= "name, ";
$sql .= "value, ";
$sql .= "enabled, ";
@@ -98,7 +98,7 @@ if ($domains_processed == 1) {
$sql .= "( ";
$sql .= "'".$device_vendor_uuid."', ";
$sql .= "'".$device_vendor_function_uuid."', ";
$sql .= "'".$function['label']."', ";
//$sql .= "'".$function['label']."', ";
$sql .= "'".$function['name']."', ";
$sql .= "'".$function['value']."', ";
$sql .= "'true', ";