Fixed default sort of last 10 events.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1552 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
8e37d3fde1
commit
241cc7b0cc
|
@ -24,6 +24,9 @@ if ( !canView( 'Events' ) )
|
|||
return;
|
||||
}
|
||||
|
||||
$sort_field = "DateTime";
|
||||
$sort_asc = false;
|
||||
|
||||
parseSort();
|
||||
|
||||
if ( !$max_events )
|
||||
|
|
Loading…
Reference in New Issue