diff --git a/sendform.php b/sendform.php index 3991d51..806b72a 100644 --- a/sendform.php +++ b/sendform.php @@ -241,7 +241,7 @@ } function fillrecipients() { global $recipients; - $recipients = split(",", $_POST['recipient']); + $recipients = explode(",", $_POST['recipient']); } function missingfield($field) {