From a0b12fc9eb27327b3a33882a5ff75a003a360ac3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 1 Mar 2009 23:55:36 +0100 Subject: [PATCH] Tmp jobs. --- modules/profile/jobs.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/profile/jobs.inc.php b/modules/profile/jobs.inc.php index a56a6bb..18dffd8 100644 --- a/modules/profile/jobs.inc.php +++ b/modules/profile/jobs.inc.php @@ -210,7 +210,7 @@ class ProfileJobs extends ProfilePage $res = XDB::iterRow("SELECT j.id, je.name, j.functionid, j.sectorid, j.subsectorid, j.subsubsectorid, j.description, e.adr1, e.adr2, e.adr3, e.postcode, e.city, e.cityid, e.region, e.regiontxt, - e.country, gc.countryFR, pa.accuracy, + e.country, gc.countryFR, j.email, j.url, j.pub, e.adr_pub, j.email_pub, e.glat, e.glng, s.name @@ -225,7 +225,7 @@ class ProfileJobs extends ProfilePage while (list($id, $name, $function, $secteur, $ss_secteur, $sss_secteur, $description, $w_adr1, $w_adr2, $w_adr3, $w_postcode, $w_city, $w_cityid, $w_region, $w_regiontxt, $w_country, $w_countrytxt, - $w_checked, $w_email, $w_web, + $w_email, $w_web, $pub, $w_adr_pub, $w_email_pub, $w_glat, $w_glng, $sss_secteur_name ) = $res->next()) { $this->values['jobs'][] = array('id' => $id, -- 2.1.4