Mercurial > hg > soundsoftware-site
diff lib/redmine/helpers/.svn/text-base/calendar.rb.svn-base @ 511:107d36338b70 live
Merge from branch "cannam"
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:43:07 +0100 |
parents | cbce1fd3b1b7 |
children |
line wrap: on
line diff
--- a/lib/redmine/helpers/.svn/text-base/calendar.rb.svn-base Thu Jun 09 16:51:06 2011 +0100 +++ b/lib/redmine/helpers/.svn/text-base/calendar.rb.svn-base Thu Jul 14 10:43:07 2011 +0100 @@ -68,6 +68,8 @@ case Setting.start_of_week.to_i when 1 @first_dow ||= (1 - 1)%7 + 1 + when 6 + @first_dow ||= (6 - 1)%7 + 1 when 7 @first_dow ||= (7 - 1)%7 + 1 else