From f6ff6243dc2731b14e01a6517559e0a12735cec6 Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Mon, 12 Jul 2021 14:16:32 +0200 Subject: [PATCH] Include year in link to party When the year is available, the link points to a specific party, so the link label should reflect that. --- include_pouet/pouet-party.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include_pouet/pouet-party.php b/include_pouet/pouet-party.php index 99e746a..24e5e83 100644 --- a/include_pouet/pouet-party.php +++ b/include_pouet/pouet-party.php @@ -12,7 +12,7 @@ function PrintLinked($year = null) { if ($this->id == 0) return "??"; if ($year) { - return sprintf("%s %d", + return sprintf("%s %d", $this->id,$year,_html($this->name),$year); } else