Changeset ea7c46b in github for program/steps/mail/addcontact.inc
- Timestamp:
- Mar 3, 2006 11:34:35 AM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- fa1557f
- Parents:
- 8eba300
- File:
-
- 1 edited
-
program/steps/mail/addcontact.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/addcontact.inc
r1cded85 rea7c46b 22 22 $REMOTE_REQUEST = TRUE; 23 23 24 if ( $_GET['_address'])24 if (!empty($_GET['_address'])) 25 25 { 26 $contact_arr = $IMAP->decode_address_list( $_GET['_address']);26 $contact_arr = $IMAP->decode_address_list(get_input_value('_address', RCUBE_INPUT_GET)); 27 27 if (sizeof($contact_arr)) 28 28 {
Note: See TracChangeset
for help on using the changeset viewer.
