From b139d0e6b344779c25bbfc167bcf6574f41c9654 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Thu, 9 Sep 2010 23:22:57 +0200 Subject: [PATCH] Fixes missing braket. 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 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; -- 2.1.4