1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12594] Replace phpBB Group with phpBB Limited

PHPBB3-12594
This commit is contained in:
Yuriy Rusko
2014-05-28 01:05:46 +02:00
parent 2a42aee8ac
commit 55e1f02151
23 changed files with 73 additions and 53 deletions

View File

@@ -40,7 +40,7 @@ class phpbb_dbal_order_lower_test extends phpbb_database_test_case
array(
'style_id' => 1,
'style_name' => 'prosilver',
'style_copyright' => '© phpBB Group',
'style_copyright' => '© phpBB Limited',
'style_active' => 1,
'style_path' => 'prosilver',
'bbcode_bitfield' => 'kNg=',
@@ -50,7 +50,7 @@ class phpbb_dbal_order_lower_test extends phpbb_database_test_case
array(
'style_id' => 3,
'style_name' => 'Prosilver1',
'style_copyright' => '© phpBB Group',
'style_copyright' => '© phpBB Limited',
'style_active' => 0,
'style_path' => 'prosilver1',
'bbcode_bitfield' => 'kNg=',
@@ -60,7 +60,7 @@ class phpbb_dbal_order_lower_test extends phpbb_database_test_case
array(
'style_id' => 2,
'style_name' => 'prosilver2',
'style_copyright' => '© phpBB Group',
'style_copyright' => '© phpBB Limited',
'style_active' => 0,
'style_path' => 'prosilver2',
'bbcode_bitfield' => 'kNg=',