projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cc857c
)
Enables addition of 2 new entreprises at a time.
author
Stéphane Jacob
<sj@m4x.org>
Sat, 3 Jul 2010 17:09:33 +0000
(19:09 +0200)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/modules/profile/jobs.inc.php
b/modules/profile/jobs.inc.php
index
f698485
..
1fa65fc
100644
(file)
--- 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();
}