From 0c58957e04c793a3a6a361e72f97bc721e5ff9eb Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 17 Dec 2013 14:58:06 -0500 Subject: [PATCH] fixes --- web/includes/actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/actions.php b/web/includes/actions.php index 5a3cce72d..ba32b6dfe 100644 --- a/web/includes/actions.php +++ b/web/includes/actions.php @@ -314,7 +314,7 @@ if ( !empty($action) ) if ( !empty($zid) ) { - $zone = dbFetchOne( "SELECT * FROM Zones WHERE MonitorId=? AND Id=?", array( $mid, $zid ) ); + $zone = dbFetchOne( "SELECT * FROM Zones WHERE MonitorId=? AND Id=?", NULL, array( $mid, $zid ) ); } else {