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
Comment #1
maartenvg commentedAlthough 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.
Comment #2
maartenvg commentedCommited to 5.x-dev
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.