This commit is contained in:
Vazelek
2022-10-17 19:41:16 +02:00
parent f7de4f9504
commit 00b5fbc4cd

View File

@@ -559,16 +559,16 @@
echo "\">";
switch($i){
case 0:
$jj = 1;
break;
case 1:
$jj = 2;
break;
case 1:
$jj = 1;
break;
case 2:
$jj = 0;
$jj = 3;
break;
case 3:
$jj = 3;
$jj = 0;
break;
}
if(sizeof($matchs_quarters[$k-1]) >= $jj + 1){