update
parent
243a6647f7
commit
764802e3ac
|
@ -565,8 +565,10 @@ if (!function_exists('hitungSkor')) {
|
|||
$skor = 3;
|
||||
}elseif(count($val) == 2){
|
||||
$skor = 2;
|
||||
}else{
|
||||
}elseif(count($val) == 1){
|
||||
$skor = 1;
|
||||
}else{
|
||||
$skor = 0;
|
||||
}
|
||||
}elseif($key == 'media'){
|
||||
if(count($val) >= 5){
|
||||
|
|
Loading…
Reference in New Issue