Till Brehm
2014-01-10 94c9617ebd5497ae8801a0c6e4b30999fcf23872
interface/web/client/client_edit.php
@@ -92,6 +92,11 @@
            }
         }
      }
      //* Resellers shall not be able to create another reseller
      if($_SESSION["s"]["user"]["typ"] == 'user') {
         $this->dataRecord['limit_client'] = 0;
      }
      if($this->id != 0) {
         $this->oldTemplatesAssigned = $app->db->queryAllRecords('SELECT * FROM `client_template_assigned` WHERE `client_id` = ' . $this->id);