diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | phpBB/phpbb/db/tools.php | 4 | ||||
-rw-r--r--[-rwxr-xr-x] | phpBB/styles/prosilver/template/ucp_main_subscribed.html | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | phpBB/styles/prosilver/theme/images/buttons.png | bin | 2923 -> 2923 bytes |
4 files changed, 7 insertions, 5 deletions
@@ -25,9 +25,11 @@ To be able to run an installation from the repo (and not from a pre-built packag ## AUTOMATED TESTING -We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration [here](http://bamboo.phpbb.com) or check our travis build below. -develop - [](http://travis-ci.org/phpbb/phpbb) -develop-olympus - [](http://travis-ci.org/phpbb/phpbb) +We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration [here](http://bamboo.phpbb.com) or check our travis build below: + +* develop [](http://travis-ci.org/phpbb/phpbb) +* develop-ascraeus [](http://travis-ci.org/phpbb/phpbb) +* develop-olympus [](http://travis-ci.org/phpbb/phpbb) ## LICENSE diff --git a/phpBB/phpbb/db/tools.php b/phpBB/phpbb/db/tools.php index 8631c11d0e..25c495b80b 100644 --- a/phpBB/phpbb/db/tools.php +++ b/phpBB/phpbb/db/tools.php @@ -2190,7 +2190,7 @@ class tools case 'mssql': case 'mssqlnative': - $statements[] = 'CREATE UNIQUE INDEX ' . $index_name . ' ON ' . $table_name . '(' . implode(', ', $column) . ')'; + $statements[] = 'CREATE UNIQUE INDEX [' . $index_name . '] ON [' . $table_name . ']([' . implode('], [', $column) . '])'; break; } @@ -2243,7 +2243,7 @@ class tools case 'mssql': case 'mssqlnative': - $statements[] = 'CREATE INDEX ' . $index_name . ' ON ' . $table_name . '(' . implode(', ', $column) . ')'; + $statements[] = 'CREATE INDEX [' . $index_name . '] ON [' . $table_name . ']([' . implode('], [', $column) . '])'; break; } diff --git a/phpBB/styles/prosilver/template/ucp_main_subscribed.html b/phpBB/styles/prosilver/template/ucp_main_subscribed.html index 74ab5226cb..74ab5226cb 100755..100644 --- a/phpBB/styles/prosilver/template/ucp_main_subscribed.html +++ b/phpBB/styles/prosilver/template/ucp_main_subscribed.html diff --git a/phpBB/styles/prosilver/theme/images/buttons.png b/phpBB/styles/prosilver/theme/images/buttons.png Binary files differindex 3a8c2f2f65..3a8c2f2f65 100755..100644 --- a/phpBB/styles/prosilver/theme/images/buttons.png +++ b/phpBB/styles/prosilver/theme/images/buttons.png |