@@ -94,8 +94,7 @@ |
||
| 94 | 94 | if ($birth_days_since > 500) { |
| 95 | 95 | $birth_days_since -= 500; |
| 96 | 96 | $this->data_components['gender'] = 'F'; |
| 97 | - } |
|
| 98 | - else { |
|
| 97 | + } else { |
|
| 99 | 98 | $this->data_components['gender'] = 'M'; |
| 100 | 99 | } |
| 101 | 100 | |