Forum OpenACS Development: long_month_list - missing char for june

long_month_list returns 'Jun' instead of 'June':

ad_proc long_month_list {} "Returns list of months" {
return {January February March April May Jun July August September October November December}
}

Collapse
Posted by Victor Guerra on
It is fixed on HEAD and oacs-5-7 branches.
Collapse
Posted by Klaus Hofeditz on
tx Victor!