From: Stéphane Jacob Date: Sun, 1 Mar 2009 22:55:36 +0000 (+0100) Subject: Tmp jobs. X-Git-Tag: xorg/1.0.0~332^2~344^2~7 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a0b12fc9eb27327b3a33882a5ff75a003a360ac3;p=platal.git Tmp jobs. --- 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,