Marius Cramer
2013-11-14 b1a6a5a3991cec5cd08873b01376e45d0b247f18
interface/lib/classes/client_templates.inc.php
@@ -7,7 +7,9 @@
 * @author (original tools.inc.php) Oliver Vogel www.muv.com
 */
 
class client_templates {
    /** 
     *  - check for old-style templates and change to new style
@@ -99,7 +101,7 @@
    function apply_client_templates($clientId) {
        global $app;
        
        include('../client/form/client.tform.php');
      include '../client/form/client.tform.php';
        
        /*
         * Get the master-template for the client
@@ -233,4 +235,5 @@
        }
        unset($form);
    }
}