do not use views

This commit is contained in:
Uwe Steinmann 2018-04-12 12:33:06 +02:00
parent 70015878d0
commit 8f62039994

View File

@ -205,7 +205,7 @@ class SeedDMS_Core_DatabaseAccess {
$this->_ttapproveid = false;
$this->_ttstatid = false;
$this->_ttcontentid = false;
$this->_useviews = true;
$this->_useviews = false;
$this->_debug = false;
} /* }}} */