Changeset 4301b06 in github


Ignore:
Timestamp:
Oct 20, 2005 11:28:20 AM (8 years ago)
Author:
svncommit <devs@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
f45ec7e
Parents:
702f291
Message:

typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_smtp.inc

    rd206c1f r4301b06  
    8787                $smtp_pass = $CONFIG['smtp_pass']; 
    8888 
    89           $smtp_auth_type = smpty($CONFIG['smtp_auth_type']) ? NULL : $CONFIG['smtp_auth_type']; 
     89          $smtp_auth_type = empty($CONFIG['smtp_auth_type']) ? NULL : $CONFIG['smtp_auth_type']; 
    9090                 
    9191      if (PEAR::isError($SMTP_CONN->auth($smtp_user, $smtp_pass, $smtp_auth_type))) 
Note: See TracChangeset for help on using the changeset viewer.