Revision 756
- Date:
- 2018/11/28 12:35:35
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/lib/Contenido/Mail.pm
233 233 if ( $que->store ) { 234 234 return $que; 235 235 } 236 warn "Store failed!!!!\n" if $debug; 236 237 return undef; 237 238 } 238 239