diff --git a/app/devices/devices.php b/app/devices/devices.php index 5906cd7f64..ef61628c4d 100644 --- a/app/devices/devices.php +++ b/app/devices/devices.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2024 + Portions created by the Initial Developer are Copyright (C) 2008-2025 the Initial Developer. All Rights Reserved. Contributor(s): @@ -198,7 +198,6 @@ $sql .= "d.device_template, "; $sql .= "d.device_username, "; $sql .= "d.device_password, "; - $sql .= "d.device_time_zone, "; $sql .= "d.device_description, "; $sql .= "d.device_profile_uuid, "; $sql .= "d.device_uuid_alternate, ";