mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSformElement_supannCompositeAttribute: fix PHP syntax error
This commit is contained in:
parent
9879dd3eda
commit
7c45c4bb8c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class LSformElement_supannCompositeAttribute extends LSformElement {
|
||||||
$this -> components[$c]['ldap_format'] = LSconfig :: get('format', null, null, $this -> components[$c]);
|
$this -> components[$c]['ldap_format'] = LSconfig :: get('format', null, null, $this -> components[$c]);
|
||||||
$this -> components[$c]['php_format'] = 'd/m/Y';
|
$this -> components[$c]['php_format'] = 'd/m/Y';
|
||||||
$this -> components[$c]['js_format'] = '%d/%m/%Y';
|
$this -> components[$c]['js_format'] = '%d/%m/%Y';
|
||||||
if (cconf['type'] == 'datetime') {
|
if ($cconf['type'] == 'datetime') {
|
||||||
$this -> components[$c]['php_format'] .= ' H:i:s';
|
$this -> components[$c]['php_format'] .= ' H:i:s';
|
||||||
$this -> components[$c]['js_format'] .= ' %H:%M:%S';
|
$this -> components[$c]['js_format'] .= ' %H:%M:%S';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue