Changeset 16935
- Timestamp:
- 04/03/09 15:11:18 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrineApplyPlugin/trunk/modules/sfApply/lib/BasesfApplyActions.class.php
r15336 r16935 253 253 if ($encryption !== false) 254 254 { 255 $encryption = constant( 'Swift_Connection_SMTP', $encryption);255 $encryption = constant("Swift_Connection_SMTP::$encryption"); 256 256 } 257 257 else