tbrehm
2009-09-17 b488b5d101854508651f8a045006b4b9b8272afa
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);