Home
last modified time | relevance | path

Searched refs:last_prep (Results 1 – 1 of 1) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/
H A Dmail.php308 private function process_prep($prep, &$last_prep, $row) { argument
312 $mail_differs = !$prep->can_merge($last_prep);
318 if (!$last_prep->fake)
319 $this->send_prep($last_prep);
320 $last_prep = $prep;
321 $last_prep->contacts = array();
322 $last_prep->to = array();
328 $last_prep->contacts[$row->contactId] = $row->contactId;
330 $last_prep->add_recipients($prep_to);
375 $last_prep = $fake_prep;
[all …]