From 076e5a694579cafe1b915351d5298eaef820be20 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Thu, 15 Jun 2017 11:42:54 +0000 Subject: [PATCH] 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 --- dblayeroo.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dblayeroo.php b/dblayeroo.php index 6880c44..5f0774e 100644 --- a/dblayeroo.php +++ b/dblayeroo.php @@ -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 (); } /* }}} */