Actually added Notes to Events instead of Event

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

View File

@ -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,