svncommit
2005-10-20 4301b06027a81941ef418418775797b2b926a8b6

typo fix


1 files modified
2 ■■■ changed files
program/include/rcube_smtp.inc 2 ●●● patch | view | raw | blame | history
program/include/rcube_smtp.inc
@@ -86,7 +86,7 @@
      else
        $smtp_pass = $CONFIG['smtp_pass'];
      $smtp_auth_type = smpty($CONFIG['smtp_auth_type']) ? NULL : $CONFIG['smtp_auth_type'];
      $smtp_auth_type = empty($CONFIG['smtp_auth_type']) ? NULL : $CONFIG['smtp_auth_type'];
          
      if (PEAR::isError($SMTP_CONN->auth($smtp_user, $smtp_pass, $smtp_auth_type)))
        {