From: hickert Date: Fri, 28 Nov 2008 08:54:21 +0000 (+0000) Subject: Updated class_config.inc X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5e317f48075bcef31d815f679ee0937a6b231d72;p=gosa.git Updated class_config.inc -MailMethod could be defined in
get_ldap_link(); $ldap->cd ($this->current['BASE']); + + /* Search mailMethod konfiguration in main section too + */ + $this->current['MAILMETHOD'] = $this->get_cfg_value("mailMethod",""); if (!isset($this->current['MAILMETHOD'])){ $this->current['MAILMETHOD']= ""; }