Approval.

This commit is contained in:
2020-08-07 10:13:47 +02:00
committed by Stefan Rohde-Enslin
parent 1ba7ec82c9
commit 4e0d40141c
19 changed files with 76 additions and 0 deletions

4
id/units_weight_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';