tbrehm
2009-02-14 d053cb07eeb77c0252e23a28de0c834f8442897d
interface/web/sites/web_domain_edit.php
@@ -330,7 +330,7 @@
         $client_id = intval($client["client_id"]);
      }
      
      /*
      if($_SESSION["s"]["user"]["typ"] == 'admin' &&  isset($this->dataRecord["client_group_id"]) && $this->dataRecord["client_group_id"] != $this->oldDataRecord["client_group_id"]) {
      // Set the values for document_root, system_user and system_group
      $system_user = 'web'.$this->id;
      $system_group = 'client'.$client_id;
@@ -338,7 +338,7 @@
      
      $sql = "UPDATE web_domain SET system_user = '$system_user', system_group = '$system_group', document_root = '$document_root' WHERE domain_id = ".$this->id;
      $app->db->query($sql);
      */
      }
      
   }