Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Perbaiki bug #16
Browse files Browse the repository at this point in the history
  • Loading branch information
dikisiswanto committed Apr 4, 2019
1 parent 1b02f71 commit e76d61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/statistik/statistik.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<?php endif ?>
</tr>
<?php
$i = $i+data['jumlah'];
$i = $i+$data['jumlah'];
$l = $l+$data['laki'];
$p = $p+$data['perempuan'];
?>
Expand Down

0 comments on commit e76d61e

Please sign in to comment.