Changeset 160 in subversion for trunk/roundcubemail/program/steps/mail/addcontact.inc
- Timestamp:
- Mar 3, 2006 11:36:22 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/addcontact.inc
r159 r160 24 24 if (!empty($_GET['_address'])) 25 25 { 26 $contact_arr = $IMAP->decode_address_list(get_input_value('_address', RCUBE_INPUT_GET ));26 $contact_arr = $IMAP->decode_address_list(get_input_value('_address', RCUBE_INPUT_GET, TRUE)); 27 27 if (sizeof($contact_arr)) 28 28 {
Note: See TracChangeset
for help on using the changeset viewer.
