Dominik Mueller
2014-01-23 ab7528750fd9fc5ada5f6ce1decd3a64b9fcd4c3
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']);