Fix: affichage de la version de MSSQL
This commit is contained in:
parent
b07e12dac6
commit
233ef80f6d
@ -215,7 +215,9 @@ class DoliDb
|
||||
*/
|
||||
function getVersion()
|
||||
{
|
||||
return '?';
|
||||
$resql=$this->query("SELECT @@VERSION");
|
||||
$version=$this->fetch_array($resql);
|
||||
return $version['computed'];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user