diff options
author | Git <git@what.cd> | 2015-09-25 08:00:28 +0000 |
---|---|---|
committer | Git <git@what.cd> | 2015-09-25 08:00:28 +0000 |
commit | b4318cc0511733ef3ca1193ee08549c76f29401d (patch) | |
tree | 89129406f70fe507ac967487a683c4a7de278d59 | |
parent | 0ec78ca3f69f75eaf1a947bb2543b597fa3bd667 (diff) | |
download | Gazelle-b4318cc0511733ef3ca1193ee08549c76f29401d.zip Gazelle-b4318cc0511733ef3ca1193ee08549c76f29401d.tar.gz Gazelle-b4318cc0511733ef3ca1193ee08549c76f29401d.tar.bz2 |
Empty commit
-rw-r--r-- | sections/user/take_edit.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sections/user/take_edit.php b/sections/user/take_edit.php index e059d95..7013e9b 100644 --- a/sections/user/take_edit.php +++ b/sections/user/take_edit.php @@ -335,7 +335,6 @@ if ($ResetPassword) { $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) |