X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=tasks.php;h=58737a3b86b46457aae9ee16a408d1712eab2de6;hb=98110d79b6536290baffd1468f22cb8b046902cd;hp=423268ab6efa7815cdb1deb51dd9556ae3931824;hpb=61a42873988f82cfbba2f4da84f660eac89dfcb0;p=contractor-progress.git 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'); }