cfoe
2012-07-17 222ea214ffc25abac78e9d520ef34865280a0bab
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();