From 9994de85fcf14a98dcc54cc7399b87e34d9b3c29 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 17 Mar 2009 09:23:07 -0400
Subject: [PATCH] Updated all language files.

---
 interface/web/client/client_list.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/interface/web/client/client_list.php b/interface/web/client/client_list.php
index 044c502..84eb799 100644
--- a/interface/web/client/client_list.php
+++ b/interface/web/client/client_list.php
@@ -16,6 +16,8 @@
 $app->auth->check_module_permissions('client');
 
 $app->uses('listform_actions');
+
+$app->listform_actions->SQLOrderBy = 'ORDER BY company_name, contact_name, client_id';
 $app->listform_actions->onLoad();
 
 

--
Gitblit v1.9.1