Line 217 of date_popup.module contains a typo:

"firstDate:". variable_get('date_first_day', 0) .", \n".

It must be firstDay instead of firstDate:

"firstDay:". variable_get('date_first_day', 0) .", \n".

Comments

karens’s picture

Status: Active » Fixed

You're right. Fixed, thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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