Changeset 4711 in subversion for trunk/roundcubemail/program/steps/addressbook/mailto.inc
- Timestamp:
- Apr 29, 2011 2:36:40 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/addressbook/mailto.inc
r4424 r4711 20 20 */ 21 21 22 $cid = get_input_value('_cid', RCUBE_INPUT_ GET);22 $cid = get_input_value('_cid', RCUBE_INPUT_POST); 23 23 $recipients = null; 24 24 $mailto = array(); … … 27 27 { 28 28 $CONTACTS->set_page(1); 29 $CONTACTS->set_pagesize( 100);29 $CONTACTS->set_pagesize(substr_count($cid, ',')+2); // +2 to skip counting query 30 30 $recipients = $CONTACTS->search($CONTACTS->primary_key, $cid); 31 31
Note: See TracChangeset
for help on using the changeset viewer.
