Changeset 4fd9715 in github for program/steps/mail/compose.inc
- Timestamp:
- Apr 4, 2006 5:38:49 PM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- a403cda
- Parents:
- 30a7514
- File:
-
- 1 edited
-
program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/compose.inc
r01c86f2 r4fd9715 99 99 100 100 // we have contact id's as get parameters 101 if (!empty($_GET['_to']) && preg_match('/^ ([0-9]+,?)+$/', $_GET['_to']))101 if (!empty($_GET['_to']) && preg_match('/^[0-9]+(,[0-9]+)*$/', $_GET['_to'])) 102 102 { 103 103 $a_recipients = array();
Note: See TracChangeset
for help on using the changeset viewer.
