mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
...
git-svn-id: file:///svn/phpbb/trunk@8159 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -141,7 +141,7 @@ class ucp_register
|
||||
'S_REGISTRATION' => true,
|
||||
'S_HIDDEN_FIELDS' => build_hidden_fields($s_hidden_fields),
|
||||
'S_UCP_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=register' . $add_lang . $add_coppa),
|
||||
'S_TIME' => 1000 * (int)$config['min_time_terms'],
|
||||
'S_TIME' => 1000 * ((int) $config['min_time_terms']),
|
||||
)
|
||||
);
|
||||
}
|
||||
@@ -529,7 +529,7 @@ class ucp_register
|
||||
'S_COPPA' => $coppa,
|
||||
'S_HIDDEN_FIELDS' => $s_hidden_fields,
|
||||
'S_UCP_ACTION' => append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=register'),
|
||||
'S_TIME' => 1000 * (int)$config['min_time_reg'],
|
||||
'S_TIME' => 1000 * ((int) $config['min_time_reg']),
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user