* generate_contributions.py - another php 8 choking points

This commit is contained in:
Pavel Sanda 2024-03-03 00:26:26 +01:00
parent 0bd6fe0fc4
commit 56ab845ca5

View File

@ -227,10 +227,12 @@ function blanket_contrib($name, $email, $msg_title, $msg_ref, $date) {
$email = str_replace(' () ', '@', $email); $email = str_replace(' () ', '@', $email);
$email = str_replace(' ! ', '.', $email); $email = str_replace(' ! ', '.', $email);
if(!isset($output)){ $output = ''; }
$output=$output. " $output=$output. "
<dt> <dt>
<b>[[mailto:${email} | ${name}]]</b> <b>[[mailto:{$email} | {$name}]]</b>
</dt> </dt>
<dd> <dd>
See the lyx-devel mailing list message See the lyx-devel mailing list message
@ -239,12 +241,12 @@ $output=$output. "
if (isset($msg_ref) && $msg_ref != "") { if (isset($msg_ref) && $msg_ref != "") {
$msg_ref = htmlspecialchars("$msg_ref"); $msg_ref = htmlspecialchars("$msg_ref");
if (substr($msg_ref, 0, 2) == "m=") { if (substr($msg_ref, 0, 2) == "m=") {
$output=$output. "[[https://marc.info/?l=lyx-devel&amp;" . ${msg_ref} . "|" . ${msg_title} . "]]"; $output=$output. "[[https://marc.info/?l=lyx-devel&amp;" . $msg_ref . "|" . $msg_title . "]]";
} else { } else {
$output=$output. "[[https://www.mail-archive.com/lyx-devel@lists.lyx.org/" . ${msg_ref} . ".html |" . ${msg_title} . "]]"; $output=$output. "[[https://www.mail-archive.com/lyx-devel@lists.lyx.org/" . $msg_ref . ".html |" . $msg_title . "]]";
} }
} else { } else {
$output=$output. "${msg_title}"; $output=$output. "{$msg_title}";
} }
$output=$output. "&quot; $output=$output. "&quot;
@ -256,6 +258,8 @@ return $output;
function blanket_output() { function blanket_output() {
if(!isset($output)){ $output = ''; }
$output=$output."<p> $output=$output."<p>
The following people hereby grant permission to license their The following people hereby grant permission to license their
contributions to LyX under the contributions to LyX under the