small edits

This commit is contained in:
Tóth Richárd
2019-07-30 13:54:27 +02:00
parent 27522d0053
commit e0e887542b
5 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ if ($this->is_id()) {
//smarty thingz
$a_assoc_array = $sql->assoc_array('SELECT * FROM authority');
$a_assoc_array = $sql->assoc_array('SELECT * FROM authority ORDER BY a_title ASC;');
$a_array = array();
foreach ($a_assoc_array as $key => $a) {