mcramer
2012-08-15 ae6d914aae490fb025e91c5eb72abb3d80d5e91a
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();