JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clients are now sorted by name
[contractor-progress.git] / su.php
diff --git a/su.php b/su.php
index 2ff23ae..92b1b85 100644 (file)
--- 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;