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