From 8d42ead4d24599b1bd73dacdcba90c413903a759 Mon Sep 17 00:00:00 2001 From: viseon Date: Mon, 3 Nov 2008 13:15:02 +0000 Subject: [PATCH] Added Notes to retrived Ajax event fields git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2685 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/ajax/status.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/ajax/status.php b/web/ajax/status.php index 515e3a247..502515342 100644 --- a/web/ajax/status.php +++ b/web/ajax/status.php @@ -107,6 +107,7 @@ $statusData = array( "MonitorId" => true, "Name" => true, "Cause" => true, + "Notes" => true, "StartTime" => true, "StartTimeShort" => array( "sql" => "date_format( StartTime, '".MYSQL_FMT_DATETIME_SHORT."' )" ), "EndTime" => true,