Fixed detail/basic view code so this now runs correctly

Added || $subformat == "basic" to if statement that checked for just details view before.
This commit is contained in:
laf
2013-12-05 22:24:58 +00:00
parent 29a35feea4
commit 08d6087d60
+1 -1
View File
@@ -263,7 +263,7 @@ if($format == "graph")
} else { } else {
echo('<table cellspacing="0" class="devicetable sortable" width="100%">'); echo('<table cellspacing="0" class="devicetable sortable" width="100%">');
if ($subformat == "detail") if ($subformat == "detail" || $subformat == "basic")
{ {
echo('<tr class="tablehead"> echo('<tr class="tablehead">
<th></th> <th></th>