From 77a64e776c9d52bed2eee2727be3724c2ceb6942 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 12 Oct 2016 09:04:38 +0000 Subject: [PATCH] mail : allow 120 messages parts by mail git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3130 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- mail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail.php b/mail.php index eac4a81..581a943 100644 --- a/mail.php +++ b/mail.php @@ -1225,8 +1225,8 @@ class mail private function createMailEMLSub ($parent) { $this->recurse++; - if ($this->recurse > 10) - throw new \Exception ("Recurse createMailEMLSub > 10", 500); + if ($this->recurse > 120) + throw new \Exception ("Recurse createMailEMLSub > 120", 500); if (!array_key_exists ("_partsIDchild", $parent)) return ""; $complete = "";