Changeset 42 in subversion
- Timestamp:
- Oct 20, 2005 11:28:20 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_smtp.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_smtp.inc
r34 r42 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.
