aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools/mssql.php
diff options
context:
space:
mode:
authorDavid Colón <david@davidiq.com>2017-09-17 18:04:14 -0400
committerDavid Colón <david@davidiq.com>2017-09-17 18:04:14 -0400
commit3574832ddbdda08f100826a8c77db2e8cfdfd118 (patch)
treeb2f69282dfb75f3ffe1aeb138953ff56eb0d22be /phpBB/phpbb/db/tools/mssql.php
parentcd14b2cdf85bd458cb94b780bdf984c485034237 (diff)
downloadforums-3574832ddbdda08f100826a8c77db2e8cfdfd118.tar
forums-3574832ddbdda08f100826a8c77db2e8cfdfd118.tar.gz
forums-3574832ddbdda08f100826a8c77db2e8cfdfd118.tar.bz2
forums-3574832ddbdda08f100826a8c77db2e8cfdfd118.tar.xz
forums-3574832ddbdda08f100826a8c77db2e8cfdfd118.zip
[ticket/15368] Correct function reference in MSSQL db tools
Diffstat (limited to 'phpBB/phpbb/db/tools/mssql.php')
-rw-r--r--phpBB/phpbb/db/tools/mssql.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/tools/mssql.php b/phpBB/phpbb/db/tools/mssql.php
index d31aa2ba0b..23b49aab44 100644
--- a/phpBB/phpbb/db/tools/mssql.php
+++ b/phpBB/phpbb/db/tools/mssql.php
@@ -524,7 +524,7 @@ class mssql extends tools
{
$statements = array();
- if ($this->is_sql_server_2000())
+ if ($this->mssql_is_sql_server_2000())
{
$this->check_index_name_length($table_name, $index_name);
}
@@ -541,7 +541,7 @@ class mssql extends tools
{
$statements = array();
- if ($this->is_sql_server_2000())
+ if ($this->mssql_is_sql_server_2000())
{
$this->check_index_name_length($table_name, $index_name);
}