mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
Missing querycount
git-svn-id: https://develop.svn.wordpress.org/trunk@558 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -204,6 +204,7 @@ for ($iCount=1; $iCount<=$Count; $iCount++) {
|
||||
|
||||
$sql = "SELECT ID, user_level FROM $tableusers WHERE user_login='$user_login' AND user_pass='$user_pass' ORDER BY ID DESC LIMIT 1";
|
||||
$result = $wpdb->get_row($sql);
|
||||
++$querycount;
|
||||
|
||||
if (!$result) {
|
||||
echo '<p><b>Wrong login or password.</b></p></div>';
|
||||
|
||||
Reference in New Issue
Block a user