Ignore:
Timestamp:
Mar 3, 2006 11:36:22 AM (7 years ago)
Author:
roundcube
Message:

Improved reading of POST and GET values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/addcontact.inc

    r159 r160  
    2424if (!empty($_GET['_address'])) 
    2525  { 
    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)); 
    2727  if (sizeof($contact_arr)) 
    2828    { 
Note: See TracChangeset for help on using the changeset viewer.