Changeset 4301b06 in github
- Timestamp:
- Oct 20, 2005 11:28:20 AM (8 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- f45ec7e
- Parents:
- 702f291
- File:
-
- 1 edited
-
program/include/rcube_smtp.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_smtp.inc
rd206c1f r4301b06 87 87 $smtp_pass = $CONFIG['smtp_pass']; 88 88 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']; 90 90 91 91 if (PEAR::isError($SMTP_CONN->auth($smtp_user, $smtp_pass, $smtp_auth_type)))
Note: See TracChangeset
for help on using the changeset viewer.
