From 858a5b42c45ea07566d384408d21d22dc663edcf Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 3 Jul 2010 19:09:33 +0200 Subject: [PATCH] Enables addition of 2 new entreprises at a time. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/profile/jobs.inc.php | 1 + 1 file changed, 1 insertion(+) 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(); } -- 2.1.4