Changeset:
        17722e310c1a
        
https://sourceforge.net/p/mrbs/hg-code/ci/17722e310c1a62ce32e22729b1dca0fe61648031
Author:
        Campbell Morrison <[email protected]>
Date:
        Tue Jan 17 10:41:52 2017 +0000
Log message:

Fixed bug introduced in recent change.   See SF Support Requests #1116.

diffstat:

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

diffs (12 lines):

diff -r 81c9eb134647 -r 17722e310c1a web/functions.inc
--- a/web/functions.inc Tue Jan 10 15:44:55 2017 +0000
+++ b/web/functions.inc Tue Jan 17 10:41:52 2017 +0000
@@ -578,7 +578,7 @@
 {
   global $resolution;
   
-  return get_start_last_slot() + $resolution;
+  return get_start_last_slot($month, $day, $year) + $resolution;
 }
 
 

------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to