X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=su.php;h=92b1b85e01d5849468cd381f0f904436a761d970;hp=2ff23ae01f767d1cfe29ebbfa415df70b8b5a5ab;hb=a7d43d9737bdcdf8c906469845742414a047f166;hpb=1656ee459ec82ab8f1113ebc71a8c923517b43ad diff --git a/su.php b/su.php index 2ff23ae..92b1b85 100644 --- a/su.php +++ b/su.php @@ -41,7 +41,7 @@ function _su_main() { return './'; } - $rows = db_get_rows('people', 'id,name'); + $rows = db_get_rows('people', 'id,name', 'order by name'); if($rows) foreach($rows as $row) { list($id, $name) = $row;