Skip to content

Commit

Permalink
Copy paste idiot
Browse files Browse the repository at this point in the history
  • Loading branch information
kamieniarz authored Oct 28, 2023
1 parent 99959e2 commit 73c30ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ function get_size_name($id) {
if ($id == '1') { $size_name = "XXS"; }
else if ($id == '2') { $size_name = "XS"; }
else if ($id == '3') { $size_name = "M"; }
else if ($id == '4') { $size_name = "L"; }
else if ($id == '5') { $size_name = "XL"; }
else if ($id == '4') { $size_name = "XL"; }
else if ($id == '5') { $size_name = "XXL"; }

return $size_name;

Expand Down

0 comments on commit 73c30ac

Please sign in to comment.