X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=tasks.php;fp=tasks.php;h=58737a3b86b46457aae9ee16a408d1712eab2de6;hp=423268ab6efa7815cdb1deb51dd9556ae3931824;hb=a7d43d9737bdcdf8c906469845742414a047f166;hpb=1656ee459ec82ab8f1113ebc71a8c923517b43ad diff --git a/tasks.php b/tasks.php index 423268a..58737a3 100644 --- a/tasks.php +++ b/tasks.php @@ -525,7 +525,7 @@ function tasks_edit_main() { } else { tem_show('new_msg'); if(logged_in_as_contractor()) { - pulldown('client_id', db_get_rows('people', 'id,name', 'where id > 1'), PULLDOWN_2D); + pulldown('client_id', db_get_rows('people', 'id,name', 'where id > 1 order by name'), PULLDOWN_2D); tem_set('client_id', format_int($_REQUEST['client_id'])); tem_show('client_row'); }