mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +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
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* @author Benjamin Renard <brenard@easter-eggs.com>
|
||||
|
@ -186,8 +186,7 @@ class LSldapObject {
|
|||
* @retval string Valeur d'une chaine formatee
|
||||
*/
|
||||
function getDisplayFData($format) {
|
||||
$format=getFData($format,$this,'getDisplayValue');
|
||||
return $format;
|
||||
return getFData($format,$this,'getDisplayValue');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue