From 067b6a288c35b1b6bf2d665e1f9efb83e0d26414 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 14 Dec 2008 18:25:42 +0100 Subject: [PATCH] Allows users to add more than one entreprise at the same time. --- include/validations/entreprises.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/validations/entreprises.inc.php b/include/validations/entreprises.inc.php index a16bc7d..da676a8 100644 --- a/include/validations/entreprises.inc.php +++ b/include/validations/entreprises.inc.php @@ -45,7 +45,7 @@ class EntrReq extends Validate public function __construct(User &$_user, $_id, $_name, $_acronym, $_url, $_email, $_tel, $_fax, $_stamp = 0) { - parent::__construct($_user, true, 'entreprise', $_stamp); + parent::__construct($_user, false, 'entreprise', $_stamp); $this->id = $_id; $this->name = $_name; $this->acronym = $_acronym; -- 2.1.4