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
@@ -286,7 +286,7 @@ function device_by_name($name, $refresh = 0)
function accesspoint_by_id($ap_id, $refresh = '0') {
$ap = dbFetchRow("SELECT * FROM `accesspoint` WHERE `accesspoint_id` = ?", array($ap_id));
$ap = dbFetchRow("SELECT * FROM `access_points` WHERE `accesspoint_id` = ?", array($ap_id));
return $ap;