Changeset:
        34421a853e7c
        
https://sourceforge.net/p/mrbs/hg-code/ci/34421a853e7c52fde5a987f36c9d629fec845e47
Author:
        Campbell Morrison <cimorri...@hg.code.sf.net>
Date:
        Wed Mar 15 17:37:21 2017 +0000
Log message:

Added a comment

diffstat:

 web/mincals.inc |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r b9fee9549d8b -r 34421a853e7c web/mincals.inc
--- a/web/mincals.inc   Wed Mar 15 17:33:25 2017 +0000
+++ b/web/mincals.inc   Wed Mar 15 17:37:21 2017 +0000
@@ -300,6 +300,7 @@
       return $d;
   }
 
+  
   private function getDayNames()
   {
     global $weekstarts, $strftime_format;
@@ -308,6 +309,7 @@
     
     for ($i=$weekstarts; $i<$weekstarts+7; $i++)
     {
+      // Sunday is Day 0
       $day_name = utf8_strftime($strftime_format['dayname_cal'],
                                 strtotime('next sunday + ' . $i . ' days'));
       $day_of_week = $i % 7;

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
Mrbs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to