From 94eb372945ed32aeb8c10fa58383f130b3d802d0 Mon Sep 17 00:00:00 2001 From: laf Date: Thu, 5 Dec 2013 11:47:19 +0000 Subject: [PATCH] $subformat was being set rather than checked in if statement Line 266, changed = to == so the if statement works. --- html/pages/devices.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php index 173525d93..dcd263224 100644 --- a/html/pages/devices.inc.php +++ b/html/pages/devices.inc.php @@ -263,7 +263,7 @@ if($format == "graph") } else { echo(''); - if ($subformat = "detail") + if ($subformat == "detail") { echo('