Changeset 570 for trunk/wp-admin/b2verifauth.php
- Timestamp:
- 12/05/2003 01:27:00 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2verifauth.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2verifauth.php
r558 r570 6 6 function veriflog() { 7 7 global $HTTP_COOKIE_VARS,$cookiehash; 8 global $tableusers, $wpdb , $querycount;8 global $tableusers, $wpdb; 9 9 10 10 if (!empty($HTTP_COOKIE_VARS["wordpressuser_".$cookiehash])) { … … 21 21 22 22 $login = $wpdb->get_row("SELECT user_login, user_pass FROM $tableusers WHERE user_login = '$user_login'"); 23 ++$querycount;24 23 25 24 if (!$login) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)