ftimme
2013-02-27 f4038a2160d55a7f519a3b42be1aa96e29e9a908
interface/web/mail/mail_user_edit.php
@@ -117,6 +117,12 @@
         $app->tpl->setVar("ar_active", '');
      }
      
      if($this->dataRecord['autoresponder_subject'] == '') {
         $app->tpl->setVar('autoresponder_subject', $app->tform->lng('autoresponder_subject'));
      } else {
         $app->tpl->setVar('autoresponder_subject', $this->dataRecord['autoresponder_subject']);
      }
    $app->uses('getconf');
    $mail_config = $app->getconf->get_global_config('mail');
      if($mail_config["enable_custom_login"] == "y") {