--- careers.php 2001/04/11 13:17:41 1.13 +++ careers.php 2001/09/18 10:26:46 1.14 @@ -10,7 +10,6 @@ $smarty->assign("section",$section); include("common.inc"); - $title="CAREERS"; if ($menu_item) $title.=" : $menu_item"; $lpic="careers"; $lext=".jpg"; @@ -25,7 +24,7 @@ $sql="select num,title,job_code,department,open_position_locations.location as location,description,edu_req,qual_req,open_position_locations.email as sendto from open_positions,open_position_locations - where open_positions.location_id=open_position_locations.id and visible is true"; + where open_positions.location_id=open_position_locations.id and $visible_is_true"; if ($part == "ApplicationForm") { $sth = $dbh->prepare("select iso,name from countries order by name"); $sth->execute();