mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Strict result ordering for ease of test result comparison.
This commit is contained in:
parent
e02f0c21f6
commit
f4e6dd84dd
@ -52,7 +52,7 @@ foreach( $searches AS $k => $search ) {
|
||||
}
|
||||
}
|
||||
if ( $where != "" ) $where = "WHERE $where";
|
||||
$sql = "SELECT * FROM dav_principal $where LIMIT 100";
|
||||
$sql = "SELECT * FROM dav_principal $where ORDER BY principal_id LIMIT 100";
|
||||
$qry = new AwlQuery($sql);
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user