Empty commit

This commit is contained in:
Git 2014-03-03 08:00:33 +00:00
parent 37f397ba47
commit 3e701c892b
2 changed files with 2 additions and 3 deletions

View File

@ -118,7 +118,7 @@
$DB->query("
SELECT ID
FROM users_main
WHERE Username = _utf8 '$User'
WHERE Username = _utf8 '" . db_string($User) . "'
COLLATE utf8_bin");
list($UserID) = $DB->next_record();
$Usernames[$User] = $UserID ? $UserID : '';
@ -161,7 +161,7 @@
$DB->query("
SELECT ID
FROM users_main
WHERE Username = _utf8 '$User'
WHERE Username = _utf8 '" . db_string($User) . "'
COLLATE utf8_bin");
list($UserID) = $DB->next_record();
$Usernames[$User] = $UserID ? $UserID : '';

View File

@ -12,7 +12,6 @@
<strong class="important_text"><?=$Err ?></strong><br /><br />
<? } ?>
An email will be sent to your email address with information on how to reset your password.<br /><br />
<table class="layout" cellpadding="2" cellspacing="1" border="0" align="center">
<tr valign="top">
<td align="right">Email&nbsp;</td>