Dominik Müller
2014-01-19 c0726b9da99332bd94c87086c868b53e75e9a7e2
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']);