Skip to content

Instantly share code, notes, and snippets.

View linuxturtle's full-sized avatar

Brett Johnson linuxturtle

  • Self Employed
  • St. George, UT
View GitHub Profile
--- syntax.php.orig 2015-03-19 11:30:01.518409001 -0600
+++ syntax.php 2015-03-19 11:27:40.822409001 -0600
@@ -146,10 +146,9 @@
}
}
+ $this->MonthStart = ($this->viewDate['wday'] == 0) ? 7 : $this->viewDate['wday'];
if($this->MonthStart == 7 && $this->getConf('weekstart') == 'Sunday') {
$this->MonthStart = 0;
- } else {