From cb1aa5f1b8ad3bd0d9584ed026f46fda0fb4a7f0 Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Wed, 22 Aug 2012 12:19:06 -0400 Subject: [PATCH] - Added remoting functions for vhost subdomains - Added plugin for vhost subdomains to catch onafterinsert/update --- interface/web/client/client_edit.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/client/client_edit.php b/interface/web/client/client_edit.php index 76616fc..fd760af 100644 --- a/interface/web/client/client_edit.php +++ b/interface/web/client/client_edit.php @@ -101,7 +101,7 @@ global $app; - $sql = "SELECT template_id,template_name FROM client_template WHERE template_type = 'a'"; + $sql = "SELECT template_id,template_name FROM client_template WHERE template_type = 'a' ORDER BY template_name ASC"; $tpls = $app->db->queryAllRecords($sql); $option = ''; $tpl = array(); -- Gitblit v1.9.1