mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 11:38:53 +00:00
Monotone-Parent: fac57624b130b6ebcb1fe5c327329bb1d90571c8
Monotone-Revision: 90a8d72f1dd06d625072289c8e80770857c17810 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-03-03T14:57:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -292,8 +292,7 @@
|
||||
NSMutableString *classes;
|
||||
unsigned int currentDayNbr, realDayOfWeek;
|
||||
|
||||
currentDayNbr = ([currentTableDay timeIntervalSinceDate: [self startDate]]
|
||||
/ 86400);
|
||||
currentDayNbr = [daysToDisplay indexOfObject: currentTableDay];
|
||||
realDayOfWeek = [currentTableDay dayOfWeek];
|
||||
|
||||
classes = [NSMutableString string];
|
||||
|
||||
Reference in New Issue
Block a user