From: Stéphane Jacob Date: Thu, 9 Sep 2010 21:22:57 +0000 (+0200) Subject: Fixes missing braket. X-Git-Tag: xorg/1.0.1~215 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b139d0e6b344779c25bbfc167bcf6574f41c9654;p=platal.git Fixes missing braket. Signed-off-by: Stéphane Jacob --- diff --git a/modules/profile/jobs.inc.php b/modules/profile/jobs.inc.php index a77bfa3..f173b41 100644 --- a/modules/profile/jobs.inc.php +++ b/modules/profile/jobs.inc.php @@ -234,6 +234,7 @@ class ProfileSettingJob extends ProfileSettingGeocoding if ($job[$key] == 0) { $job[$key] = null; } + } } foreach ($value as $key => &$job) { $ls = true;