Add link year subscription list in subscription by year stats page

This commit is contained in:
daraelmin 2021-11-02 23:07:46 +01:00 committed by GitHub
parent b4895c4dd2
commit b02c89bd8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@ foreach ($data as $val) {
print '<tr class="oddeven" height="24">';
print '<td class="center">';
//print '<a href="month.php?year='.$year.'">';
print $year;
print '<a href="../subscription/list.php?date_select='.$year.'">'.$year.'</a>';
//print '</a>';
print '</td>';
print '<td class="right">'.$val['nb'].'</td>';