Empty commit

This commit is contained in:
Git 2015-09-25 08:00:28 +00:00
parent 0ec78ca3f6
commit b4318cc051

View File

@ -335,7 +335,6 @@
$ChangerIP = db_string($LoggedUser['IP']);
$PassHash = Users::make_crypt_hash($_POST['new_pass_1']);
$SQL.= ",m.PassHash = '".db_string($PassHash)."'";
$DB->query("
INSERT INTO users_history_passwords
(UserID, ChangerIP, ChangeTime)