Property changes on: trunk/extensions/SemanticCalendar/INSTALL |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 1 | + native |
Index: trunk/extensions/SemanticCalendar/includes/SC_ParserFunctions.php |
— | — | @@ -169,8 +169,8 @@ |
170 | 170 | } |
171 | 171 | if ($date_error != NULL) |
172 | 172 | $text .= "<div class=\"errorbox\"><strong>$date_error</strong></div>\n<div style=\"clear: both\">"; |
173 | | - |
174 | 173 | |
| 174 | + |
175 | 175 | // get day of the week that the first of this month falls on |
176 | 176 | $day_of_week_of_1 = date("w", mktime(0, 0, 0, $cur_month_num, 1, $cur_year)); |
177 | 177 | $start_day = 1 - $day_of_week_of_1; |
— | — | @@ -298,5 +298,3 @@ |
299 | 299 | |
300 | 300 | return array($text, 'noparse' => 'true'); |
301 | 301 | } |
302 | | - |
303 | | -?> |
Property changes on: trunk/extensions/SemanticCalendar/includes/SC_ParserFunctions.php |
___________________________________________________________________ |
Added: svn:eol-style |
304 | 302 | + native |
Property changes on: trunk/extensions/SemanticCalendar/includes/SC_GlobalFunctions.php |
___________________________________________________________________ |
Added: svn:eol-style |
305 | 303 | + native |
Property changes on: trunk/extensions/SemanticCalendar/includes/SC_Settings.php |
___________________________________________________________________ |
Added: svn:eol-style |
306 | 304 | + native |
Index: trunk/extensions/SemanticCalendar/languages/SC_LanguageEn.php |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | class SC_LanguageEn extends SC_Language { |
8 | 8 | |
9 | 9 | /* private */ var $m_SpecialProperties = array( |
10 | | - //always start upper-case |
| 10 | + //always start upper-case |
11 | 11 | ); |
12 | 12 | |
13 | 13 | } |
Property changes on: trunk/extensions/SemanticCalendar/languages/SC_LanguageEn.php |
___________________________________________________________________ |
Added: svn:eol-style |
14 | 14 | + native |
Property changes on: trunk/extensions/SemanticCalendar/languages/SC_Messages.php |
___________________________________________________________________ |
Added: svn:eol-style |
15 | 15 | + native |
Property changes on: trunk/extensions/SemanticCalendar/languages/SC_Language.php |
___________________________________________________________________ |
Added: svn:eol-style |
16 | 16 | + native |
Property changes on: trunk/extensions/SemanticCalendar/skins/SC_main.css |
___________________________________________________________________ |
Added: svn:eol-style |
17 | 17 | + native |
Property changes on: trunk/extensions/SemanticCalendar/COPYING |
___________________________________________________________________ |
Added: svn:eol-style |
18 | 18 | + native |
Property changes on: trunk/extensions/SemanticCalendar/README |
___________________________________________________________________ |
Added: svn:eol-style |
19 | 19 | + native |