dblayeroo: do not remove the foreign objects when using clearRequest method

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3777 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2017-06-15 11:42:54 +00:00
parent fd2d6252ff
commit 076e5a6945

View File

@@ -1370,7 +1370,9 @@ class dblayeroo
$this->limitExpression = "";
$this->setValues = array ();
$this->setType = array ();
$this->setForeignObj = array ();
// The foreign keys can be defined in the constructor for all the
// modifications checks. No need to remove them
//$this->setForeignObj = array ();
}
/* }}} */