From: Stéphane Jacob Date: Sat, 3 Jul 2010 17:09:33 +0000 (+0200) Subject: Enables addition of 2 new entreprises at a time. X-Git-Tag: xorg/1.0.1~361 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=858a5b42c45ea07566d384408d21d22dc663edcf;p=platal.git Enables addition of 2 new entreprises at a time. Signed-off-by: Stéphane Jacob --- diff --git a/modules/profile/jobs.inc.php b/modules/profile/jobs.inc.php index f698485..1fa65fc 100644 --- a/modules/profile/jobs.inc.php +++ b/modules/profile/jobs.inc.php @@ -162,6 +162,7 @@ class ProfileSettingJob extends ProfileSettingGeocoding $job['hq_email'], $job['hq_fixed'], $job['hq_fax'], $job['hq_address']); $req->submit(); $job['jobid'] = null; + sleep(1); } else { $job['jobid'] = $res->fetchOneCell(); }