Lines Matching refs:to
96 die(format_warn("Unable to connect to database!"));
102 die(format_warn("Unable to select database!"));
118 die("Incorrect number of parameters to query.");
319 $to = MT_USER_APPROVE_MAIL . ($cc ? ",$cc" : "");
323 mail($to, $subject, $message, $headers, "-fnoreply@php.net");
328 warn("wasn't able to grant access to id $id.");
344 $to = MT_USER_REMOVE_MAIL . ($cc ? ",$cc" : "");
351 …mail($to, $subject, $message,"From: PHP Group <group@php.net>\nIn-Reply-To: <cvs-account-$id@php.n…
358 warn("wasn't able to delete id $id.");
435 # returns false if $user is not allowed to modify $userid
468 return "the ssh key doesn't seem to have the necessary format";