mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 08:19:05 +01:00
LSldapObject :: getDisplayFData() : Fixed comment and simplify code
This commit is contained in:
parent
a6e28f8063
commit
bdd228ff7a
1 changed files with 2 additions and 3 deletions
|
@ -176,7 +176,7 @@ class LSldapObject {
|
||||||
/**
|
/**
|
||||||
* Chaine formatee
|
* Chaine formatee
|
||||||
*
|
*
|
||||||
* Cette fonction retourne la valeur d'une chaine formatée en prennant les valeurs
|
* Cette fonction retourne la valeur d'une chaine formatee en prennant les valeurs
|
||||||
* d'affichage de l'objet.
|
* d'affichage de l'objet.
|
||||||
*
|
*
|
||||||
* @author Benjamin Renard <brenard@easter-eggs.com>
|
* @author Benjamin Renard <brenard@easter-eggs.com>
|
||||||
|
@ -186,8 +186,7 @@ class LSldapObject {
|
||||||
* @retval string Valeur d'une chaine formatee
|
* @retval string Valeur d'une chaine formatee
|
||||||
*/
|
*/
|
||||||
function getDisplayFData($format) {
|
function getDisplayFData($format) {
|
||||||
$format=getFData($format,$this,'getDisplayValue');
|
return getFData($format,$this,'getDisplayValue');
|
||||||
return $format;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue