Commit e57aaf79 authored by Frank Bergmann's avatar Frank Bergmann

- Renamed jul_week into julian_week

parent bd035b5c
...@@ -176,7 +176,7 @@ ad_proc -public im_date_julian_to_components { julian_date } { ...@@ -176,7 +176,7 @@ ad_proc -public im_date_julian_to_components { julian_date } {
quarter_of_year $quarter_of_year \ quarter_of_year $quarter_of_year \
day_of_year $day_of_year \ day_of_year $day_of_year \
day_of_week $day_of_week \ day_of_week $day_of_week \
jul_week $jul_week \ julian_week $jul_week \
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment