- LSattr_html_maildir : Suppression de debug inutile

This commit is contained in:
Benjamin Renard 2009-04-01 15:58:07 +00:00
parent 6c61f671f5
commit a8e83ac256

View file

@ -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)