Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 502 Rev 506
Line 357... Line 357...
357
		$guid = sprintf($this->config['settings']['guidObsTpl'], 'obs'.$element['id']);
357
		$guid = sprintf($this->config['settings']['guidObsTpl'], 'obs'.$element['id']);
358
		return $guid;
358
		return $guid;
359
	}
359
	}
Line 360... Line 360...
360
	
360
	
-
 
361
	private function creerLienItem($element) {
-
 
362
		$lien = null;
361
	private function creerLienItem($element) {
363
		if ($element['num_nom_sel'] != 0) {
-
 
364
			$lien = sprintf($this->config['settings']['efloreUrlTpl'], urlencode($element['num_nom_sel']));
362
		$lien = sprintf($this->config['settings']['efloreUrlTpl'], urlencode($element['num_nom_sel']));
365
		}
363
		return $lien;
366
		return $lien;
Line 364... Line 367...
364
	}
367
	}
365
	
368