Strict result ordering for ease of test result comparison.

This commit is contained in:
Andrew McMillan 2010-02-18 00:15:10 +13:00
parent e02f0c21f6
commit f4e6dd84dd

View File

@ -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);