Subversion Repositories Applications.annuaire

Rev

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

Rev 382 Rev 426
Line 13... Line 13...
13
 * @version		$Id$
13
 * @version		$Id$
14
 */
14
 */
15
class MiniLienProfil extends JRestService {
15
class MiniLienProfil extends JRestService {
Line 16... Line 16...
16
 
16
 
-
 
17
	public function getRessource(){
-
 
18
		if(!isset($_COOKIE['pap-annuaire_tela-utilisateur']) && isset($_COOKIE['pap-annuaire_tela-memo'])) {
-
 
19
			$_COOKIE['pap-annuaire_tela-utilisateur'] = $_COOKIE['pap-annuaire_tela-memo'];
Line 17... Line 20...
17
	public function getRessource(){
20
		}
Line 18... Line 21...
18
		
21