diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-06-16 22:24:59 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-06-16 22:24:59 +0200 |
| commit | 4d6afb26380d192efc556640499b6f5c43fbdf3c (patch) | |
| tree | 4517a02476b14ffcd3f51e8aa62634292ab28f32 /phpBB/install/convertors | |
| parent | 0b106ab0e3f9fe94e42a55db27d1d989c06b5039 (diff) | |
| parent | ca3cdadd083dfa2e4e0596d17424c7d9b541785c (diff) | |
| download | forums-4d6afb26380d192efc556640499b6f5c43fbdf3c.tar forums-4d6afb26380d192efc556640499b6f5c43fbdf3c.tar.gz forums-4d6afb26380d192efc556640499b6f5c43fbdf3c.tar.bz2 forums-4d6afb26380d192efc556640499b6f5c43fbdf3c.tar.xz forums-4d6afb26380d192efc556640499b6f5c43fbdf3c.zip | |
Merge pull request #2604 from Nicofuma/ticket/12722
[ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset
* Nicofuma/ticket/12722:
[ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset
Diffstat (limited to 'phpBB/install/convertors')
| -rw-r--r-- | phpBB/install/convertors/functions_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php index ff20154d03..a2bfabd2fd 100644 --- a/phpBB/install/convertors/functions_phpbb20.php +++ b/phpBB/install/convertors/functions_phpbb20.php @@ -223,7 +223,7 @@ function phpbb_insert_forums() 'forum_desc' => htmlspecialchars(phpbb_set_default_encoding($row['forum_desc']), ENT_COMPAT, 'UTF-8'), 'forum_type' => FORUM_POST, 'forum_status' => is_item_locked($row['forum_status']), - 'enable_prune' => ($prune_enabled) ? (int)$row['prune_enable'] : 0, + 'enable_prune' => ($prune_enabled) ? (int) $row['prune_enable'] : 0, 'prune_next' => (int) null_to_zero($row['prune_next']), 'prune_days' => (int) null_to_zero($row['prune_days']), 'prune_viewed' => 0, |
