Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 294 | Rev 322 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 294 Rev 295
Line 55... Line 55...
55
	}
55
	}
Line 56... Line 56...
56
 
56
 
57
	private function getIdWp() {
57
	private function getIdWp() {
58
		$nomSci = $this->nomCourant->getNomRetenu()->get('nom_sci');
58
		$nomSci = $this->nomCourant->getNomRetenu()->get('nom_sci');
-
 
59
		$idWp = str_replace(' ', '_', $nomSci);
59
		$idWp = str_replace(' ', '_', $nomSci);
60
		$idWp = urlencode($idWp);
60
		return $idWp;
61
		return $idWp;
61
	}
62
	}
62
}
63
}
63
?>
64
?>