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:
stan 2005-11-06 19:06:33 +00:00
parent 8e37d3fde1
commit 241cc7b0cc
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ if ( !canView( 'Events' ) )
return; return;
} }
$sort_field = "DateTime";
$sort_asc = false;
parseSort(); parseSort();
if ( !$max_events ) if ( !$max_events )