| @@ -153,7 +153,7 @@ | ||
| 153 | 153 | $expiredSessions = []; | 
| 154 | 154 | $sessions = $wpdb->get_results( | 
| 155 | 155 | "SELECT option_name AS name, option_value AS expiration " . | 
| 156 | -			"FROM {$wpdb->options} " . | |
| 156 | +			"from {$wpdb->options} " . | |
| 157 | 157 | "WHERE option_name LIKE '".static::SESSION_COOKIE."_expires_%' " . | 
| 158 | 158 | "ORDER BY option_value ASC " . | 
| 159 | 159 | "LIMIT 0, ".absint( $limit ) |