small edits
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user