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 289359ebeb..039545fc1f 100644 --- a/phpBB/includes/db/dbal.php +++ b/phpBB/includes/db/dbal.php @@ -66,6 +66,11 @@ class dbal var $one_char; /** + * Exact version of the DBAL, directly queried + */ + var $sql_server_version = false; + + /** * Constructor */ function dbal() |