Skip to content
Snippets Groups Projects
Commit 9986c039 authored by Venny Larasati's avatar Venny Larasati
Browse files

minor change: edit echo

parent 985ebc8f
Branches
No related merge requests found
Pipeline #3040 skipped
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
</div> </div>
</div> </div>
</div> </div>
<?php echo count($nilai_skp); <?php //echo count($nilai_skp);
$neff = count($nilai_skp); $neff = count($nilai_skp);
$sum = 0; $sum = 0;
for($x = 0; $x < $neff; $x++){ for($x = 0; $x < $neff; $x++){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment