From 287517a84fc0b91efb2975e0186296c876e1147e Mon Sep 17 00:00:00 2001 From: viseon Date: Mon, 3 Nov 2008 13:16:02 +0000 Subject: [PATCH] Actually added Notes to Events instead of Event git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2686 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/ajax/status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ajax/status.php b/web/ajax/status.php index 502515342..d112b02f0 100644 --- a/web/ajax/status.php +++ b/web/ajax/status.php @@ -84,6 +84,7 @@ $statusData = array( "Id" => true, "Name" => true, "Cause" => true, + "Notes" => true, "StartTime" => true, "StartTimeShort" => array( "sql" => "date_format( StartTime, '".MYSQL_FMT_DATETIME_SHORT."' )" ), "EndTime" => true, @@ -107,7 +108,6 @@ $statusData = array( "MonitorId" => true, "Name" => true, "Cause" => true, - "Notes" => true, "StartTime" => true, "StartTimeShort" => array( "sql" => "date_format( StartTime, '".MYSQL_FMT_DATETIME_SHORT."' )" ), "EndTime" => true,