Approval.

This commit is contained in:
2020-08-07 09:39:40 +02:00
committed by Stefan Rohde-Enslin
parent 55c4123e33
commit 43d56254ab
25 changed files with 161 additions and 0 deletions

4
hsb/units_weigth_set.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$units_weight_set['t'] = 't';
$units_weight_set['kg'] = 'kg';
$units_weight_set['g'] = 'g';