mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Fix: affichage de la version de MSSQL
This commit is contained in:
@@ -215,7 +215,9 @@ class DoliDb
|
||||
*/
|
||||
function getVersion()
|
||||
{
|
||||
return '?';
|
||||
$resql=$this->query("SELECT @@VERSION");
|
||||
$version=$this->fetch_array($resql);
|
||||
return $version['computed'];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user