tbrehm
2012-08-15 cea1e5d3d0a7c45568a1539f9ecb6cf36c7f7f6c
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();