mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
605fd40914
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class type_date extends type_base
|
||||||
'lang_options' => $field_data['lang_options'],
|
'lang_options' => $field_data['lang_options'],
|
||||||
);
|
);
|
||||||
|
|
||||||
$always_now = $request->variable('always_now', -1);
|
$always_now = $this->request->variable('always_now', -1);
|
||||||
if ($always_now == -1)
|
if ($always_now == -1)
|
||||||
{
|
{
|
||||||
$s_checked = ($field_data['field_default_value'] == 'now') ? true : false;
|
$s_checked = ($field_data['field_default_value'] == 'now') ? true : false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue