Enables addition of 2 new entreprises at a time.
authorStéphane Jacob <sj@m4x.org>
Sat, 3 Jul 2010 17:09:33 +0000 (19:09 +0200)
committerStéphane Jacob <sj@m4x.org>
Sat, 3 Jul 2010 17:09:33 +0000 (19:09 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/profile/jobs.inc.php

index f698485..1fa65fc 100644 (file)
@@ -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();
             }