Hello,

if the user was born on 22th Nov, the Birthday-Module displayed the sagittarius starsign instead of the scorpio starsign.

To solve this problem you have to set the "22" to "23" in the following lines in the birthdays.module-file.

case 11:
$starsign = $day < 22 ? 'scorpio' : 'sagittarius';
break;

Best regards, Sascha.

Comments

maartenvg’s picture

Assigned: Unassigned » maartenvg
Priority: Normal » Minor

Although this is a bit of a debat (22 Nov being a cusp date, which means that your actual star sign depends on the hour of birth), I will change it to 23.

maartenvg’s picture

Status: Active » Fixed

Commited to 5.x-dev

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.