From becfa889b571695779748bd30fe20beb289a1b73 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:53:18 -0600 Subject: [PATCH] Devices: Remove deprecated setting from SQL query (#7523) --- app/devices/devices.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, ";