mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 11:13:50 +00:00
Fix. Display extensions in order way
This commit is contained in:
@@ -102,6 +102,7 @@ else {
|
||||
|
||||
//rework select data query
|
||||
$sql = str_replace('count(extension_uuid) as count', '*', $sql);
|
||||
$sql .= ' order by extension';
|
||||
$sql .= " limit ".$rows_per_page." offset ".$offset." ";
|
||||
|
||||
//execute select data query
|
||||
|
||||
Reference in New Issue
Block a user