X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Feducation.func.inc.php;h=cb25855f40a624b39fdff8f823a6cb0aeb6c2dce;hb=fb052bdeb13817b3dda3f7443fe7b2717b7413ca;hp=9c7ab441d404d8c9192cd07e645674b38be448ef;hpb=5e1513f67936a6c6866113d260746711af4ea2ee;p=platal.git diff --git a/include/education.func.inc.php b/include/education.func.inc.php index 9c7ab44..cb25855 100644 --- a/include/education.func.inc.php +++ b/include/education.func.inc.php @@ -28,8 +28,9 @@ function education_options($current = 0) LEFT JOIN geoloc_countries AS gc ON (e.country = gc.iso_3166_1_a2) WHERE EXISTS (SELECT * FROM profile_education_degree AS d - WHERE e.id = d.eduid) - ORDER BY gc.country, e.name"); + WHERE e.id = d.eduid) AND e.name != {?} + ORDER BY gc.country, e.name", + Profile::EDU_X); $country = ""; while ($arr_edu = $res->next()) { if ($arr_edu["country"] != $country) {