mcramer
2013-08-09 0a957fb45dc1fe452ed5d0b0aa25489e39a69162
- Fixed missing reset of template_additional column after converting to new style

1 files modified
1 ■■■■ changed files
interface/lib/classes/client_templates.inc.php 1 ●●●● patch | view | raw | blame | history
interface/lib/classes/client_templates.inc.php
@@ -80,6 +80,7 @@
            // we have to call the update_client_templates function
            $templates = explode('/', $record['template_additional']);
            $this->update_client_templates($clientId, $templates);
            $app->db->query('UPDATE `client` SET `template_additional` = '' WHERE `client_id` = ' . $app->functions->intval($clientId));
        }
        
        /*