tbrehm
2009-10-06 8ba08e0e37faa9017e1717ca3854bb25c999a277
interface/web/client/client_edit.php
@@ -161,6 +161,8 @@
         $app->db->query("UPDATE client SET parent_client_id = ".intval($_SESSION['s']['user']['client_id'])." WHERE client_id = ".$this->id);
      }
      $app->db->query("UPDATE client SET created_at = ".time()." WHERE client_id = ".$this->id);
      /* If there is a client-template, process it */
      applyClientTemplates($this->id);