2
0
forked from Wavyzz/dolibarr

Dbut implmentation base MSSQL

This commit is contained in:
Regis Houssin
2007-08-20 18:26:08 +00:00
parent 36c0b0b581
commit aadf99ecaa

View File

@@ -822,7 +822,7 @@ class DoliDb
return $this->forcecollate;
}
$liste=$this->fetch_array($resql);
return $liste['Value'];
return $liste['computed'];
}
function getListOfCollation(){