Change device_provision_enable to device_enabled to make it consistent with the rest of the fields that are used for to enable and disable something.

This commit is contained in:
markjcrane
2016-03-11 11:46:02 -07:00
parent f5c2222f97
commit 961e527abb
7 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ else {
$sql_insert .= "domain_uuid, ";
$sql_insert .= "device_mac_address, ";
$sql_insert .= "device_template, ";
$sql_insert .= "device_provision_enable ";
$sql_insert .= "device_enabled ";
$sql_insert .= ") ";
$sql_insert .= "values ";
$sql_insert .= "(";