diff options
Diffstat (limited to 'buildmaster')
-rw-r--r-- | buildmaster/gpg-keys.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildmaster/gpg-keys.php b/buildmaster/gpg-keys.php index 83ec71d..a279ac5 100644 --- a/buildmaster/gpg-keys.php +++ b/buildmaster/gpg-keys.php @@ -33,7 +33,7 @@ require_once BASE . "/lib/http.php"; $result = mysql_run_query( "SELECT" . - " GROUP_CONCAT(`email_actions`.`name`) AS `action`," . + " GROUP_CONCAT(`email_actions`.`name` ORDER BY `email_actions`.`name`) AS `action`," . "`persons`.`name` AS `person`," . "`gpg_keys`.`fingerprint`" . " FROM `email_actions`" . |