Till Brehm
2014-01-07 6d6a37b9164fe5ec2a0717fa20cf83c12172b07a
interface/web/admin/users_edit.php
@@ -77,7 +77,7 @@
      global $app, $conf;
      $client = $app->db->queryOneRecord("SELECT * FROM sys_user WHERE userid = ".$this->id);
      $client_id = $client['client_id'];
      $client_id = $app->functions->intval($client['client_id']);
      $username = $app->db->quote($this->dataRecord["username"]);
      $old_username = $app->db->quote($this->oldDataRecord['username']);