diff options
Diffstat (limited to 'phpBB/includes/db/dbal.php')
-rw-r--r-- | phpBB/includes/db/dbal.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/includes/db/dbal.php b/phpBB/includes/db/dbal.php index 34a1261c2a..77d45ebd43 100644 --- a/phpBB/includes/db/dbal.php +++ b/phpBB/includes/db/dbal.php @@ -75,6 +75,11 @@ class dbal var $one_char; /** + * Exact version of the DBAL, directly queried + */ + var $sql_server_version = false; + + /** * Constructor */ function __construct() |