Updated files pointing to invalid tables

This commit is contained in:
Neil Lathwood
2015-02-18 21:31:01 +00:00
parent 5e9e859272
commit 2159fd48fe
4 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ echo("<div style='margin: 0px;'><table border=0 cellspacing=0 cellpadding=5 widt
$i = "1";
$aps = dbFetchRows("SELECT * FROM `accesspoint` WHERE `device_id` = ? AND `deleted` = '0' ORDER BY `name`,`radio_number` ASC", array($device['device_id']));
$aps = dbFetchRows("SELECT * FROM `access_points` WHERE `device_id` = ? AND `deleted` = '0' ORDER BY `name`,`radio_number` ASC", array($device['device_id']));
echo("<div style='margin: 0px;'><table border=0 cellspacing=0 cellpadding=5 width=100%>");
foreach ($aps as $ap)
{