diff --git a/LetoDMS_Core/Core/inc.DBAccess.php b/LetoDMS_Core/Core/inc.DBAccess.php index 18b8f111b..df3c0b559 100644 --- a/LetoDMS_Core/Core/inc.DBAccess.php +++ b/LetoDMS_Core/Core/inc.DBAccess.php @@ -101,6 +101,7 @@ class LetoDMS_Core_DatabaseAccess { if (!$this->_conn) return false; + $this->_conn->SetFetchMode(ADODB_FETCH_ASSOC); $this->_conn->Execute('SET NAMES utf8'); $this->_connected = true; return true;