mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12012] Move property to the top
PHPBB3-12012
This commit is contained in:
parent
bbc2e6c7b2
commit
d5ea4906ca
1 changed files with 6 additions and 2 deletions
|
@ -33,6 +33,12 @@ class tools
|
||||||
*/
|
*/
|
||||||
var $dbms_type_map = array();
|
var $dbms_type_map = array();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Is the used MS SQL Server a SQL Server 2000?
|
||||||
|
* @var bool
|
||||||
|
*/
|
||||||
|
protected $is_sql_server_2000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the column types for every database we support
|
* Get the column types for every database we support
|
||||||
*
|
*
|
||||||
|
@ -2677,8 +2683,6 @@ class tools
|
||||||
return $existing_indexes;
|
return $existing_indexes;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected $is_sql_server_2000;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is the used MS SQL Server a SQL Server 2000?
|
* Is the used MS SQL Server a SQL Server 2000?
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue