Changeset 6636
- Timestamp:
- 06/26/12 12:25:40 (11 years ago)
- Location:
- branches/2.4/expressoMail1_2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/expressoMail1_2/inc/class.imap_functions.inc.php
r6621 r6636 1407 1407 $return['from']['email'] = "Rascunho"; 1408 1408 } 1409 if($return['toaddress2'] == 'undisclosed-recipients@, @'){ 1409 1410 if(strpos($return['toaddress2'], 'undisclosed-recipients') !== false){ 1410 1411 $return['toaddress2'] = $this->functions->getLang('without destination'); 1411 1412 } -
branches/2.4/expressoMail1_2/js/draw_api.js
r6596 r6636 3041 3041 3042 3042 if( $.type(user) == "array") 3043 user = user[0]; 3043 user = user[0]; 3044 3045 if(typeof(user) != 'object') 3046 return (null); 3044 3047 3045 3048 if(!user)
Note: See TracChangeset
for help on using the changeset viewer.