Skip to content

Commit 17e99e1

Browse files
committed
Minor Fix
1 parent d8cb4f1 commit 17e99e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

admin.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,8 +1181,7 @@
11811181

11821182
if(mysqli_num_rows($q4) == mysqli_num_rows($q44)){
11831183
echo "<td style='background:#c3e29c;color:black;text-align:center;'>No Conflict</td>";
1184-
}else{
1185-
$total = mysqli_num_rows($q4);
1184+
}else{
11861185
echo "<td style='background:#f7b9b9;color:black;text-align:center;'>Conflict</td>";
11871186
}
11881187

data_pdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Footer()
5353
$pdf->Ln(20);
5454
}
5555
ob_start();
56-
$pdf->Output('',$teamName);
56+
$pdf->Output('',$teamName.".pdf");
5757
ob_flush();
5858

5959
}else{

0 commit comments

Comments
 (0)