mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +01:00
- LSattr_html_maildir : Suppression de debug inutile
This commit is contained in:
parent
6c61f671f5
commit
a8e83ac256
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ class LSattr_html_maildir extends LSattr_html {
|
||||||
$val = $this -> attribute -> getValue();
|
$val = $this -> attribute -> getValue();
|
||||||
$val=$val[0];
|
$val=$val[0];
|
||||||
}
|
}
|
||||||
LSdebug($this -> config['html_options']['remoteRootPathRegex']);
|
|
||||||
if ($this -> config['html_options']['remoteRootPathRegex']) {
|
if ($this -> config['html_options']['remoteRootPathRegex']) {
|
||||||
if (
|
if (
|
||||||
ereg($this -> config['html_options']['remoteRootPathRegex'],$val,$r)
|
ereg($this -> config['html_options']['remoteRootPathRegex'],$val,$r)
|
||||||
|
|
Loading…
Reference in a new issue