File: phpbb/db/migration/data/v310/notification_options_reconvert.php
Unmodified
Added
Modified
Removed
Line 52 | Line 52 |
---|
{ $limit = 250; $converted_users = 0;
|
{ $limit = 250; $converted_users = 0;
|
| $start = $start ?: 0;
|
$sql = 'SELECT user_id, user_notify_type, user_notify_pm FROM ' . $this->table_prefix . 'users
| $sql = 'SELECT user_id, user_notify_type, user_notify_pm FROM ' . $this->table_prefix . 'users
|