Changeset 31167
- Timestamp:
- May 15, 2015, 2:44:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/include/functions_user.inc.php
r29759 r31167 1121 1121 ;'; 1122 1122 $row = pwg_db_fetch_assoc(pwg_query($query)); 1123 if ( $conf['password_verify']($password, $row['password'], $row['id']))1123 if (isset($row['id']) and $conf['password_verify']($password, $row['password'], $row['id'])) 1124 1124 { 1125 1125 log_user($row['id'], $remember_me);
Note: See TracChangeset
for help on using the changeset viewer.