Allows users to add more than one entreprise at the same time.
authorStéphane Jacob <jacou@melix.net>
Sun, 14 Dec 2008 17:25:42 +0000 (18:25 +0100)
committerStéphane Jacob <jacou@melix.net>
Sun, 14 Dec 2008 17:25:42 +0000 (18:25 +0100)
include/validations/entreprises.inc.php

index a16bc7d..da676a8 100644 (file)
@@ -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;