mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 09:59:06 +01:00
supann: fix typo in generate_supannRessourceEtat
This commit is contained in:
parent
29bfca1792
commit
85d6a87fcf
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ function generate_supannRessourceEtat($ldapObject) {
|
||||||
|
|
||||||
$values = array();
|
$values = array();
|
||||||
foreach ($ldapObject -> attrs[ 'supannRessourceEtatDate' ] -> getValue() as $value) {
|
foreach ($ldapObject -> attrs[ 'supannRessourceEtatDate' ] -> getValue() as $value) {
|
||||||
$value[] = explode(':', $value)[0];
|
$values[] = explode(':', $value)[0];
|
||||||
}
|
}
|
||||||
return $values;
|
return $values;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue