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