Order result of api/statues/friends by nickname
This commit is contained in:
		
					parent
					
						
							
								0d65b3d5e2
							
						
					
				
			
			
				commit
				
					
						a83b051003
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -2880,7 +2880,7 @@ $called_api = null; | |||
| 			$sql_extra = " AND false "; | ||||
| 		} | ||||
| 
 | ||||
| 		$r = q("SELECT `nurl` FROM `contact` WHERE `uid` = %d AND NOT `self` AND (NOT `blocked` OR `pending`) $sql_extra", | ||||
| 		$r = q("SELECT `nurl` FROM `contact` WHERE `uid` = %d AND NOT `self` AND (NOT `blocked` OR `pending`) $sql_extra ORDER BY `nick`", | ||||
| 			intval(api_user()) | ||||
| 		); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue