- Remove array sort function

This commit is contained in:
Keith Solomon
2022-12-22 19:10:27 -06:00
parent 57c62d1a3d
commit 257a848970
3 changed files with 133 additions and 137 deletions
+4 -3
View File
@@ -28,10 +28,11 @@ include('functions.php');
<h2>Balances</h2>
<?php
$zarVault = [];
$symVault = [];
$result = splitVault($csv,'0','Zarathos');
echo '<pre>';
print_r($result);
echo '</pre>';
?>
</div>
</div>