Added Notes to retrived Ajax event fields

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2685 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
viseon 2008-11-03 13:15:02 +00:00
parent 59b9f622d8
commit 8d42ead4d2
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ $statusData = array(
"MonitorId" => true, "MonitorId" => true,
"Name" => true, "Name" => true,
"Cause" => true, "Cause" => true,
"Notes" => true,
"StartTime" => true, "StartTime" => true,
"StartTimeShort" => array( "sql" => "date_format( StartTime, '".MYSQL_FMT_DATETIME_SHORT."' )" ), "StartTimeShort" => array( "sql" => "date_format( StartTime, '".MYSQL_FMT_DATETIME_SHORT."' )" ),
"EndTime" => true, "EndTime" => true,