Changeset:
        d3a7aa4883c9
        
https://sourceforge.net/p/mrbs/hg-code/ci/d3a7aa4883c916cbb7b59becdaf7b019192bad50
Author:
        Campbell Morrison <[email protected]>
Date:
        Tue Mar 28 21:05:19 2017 +0100
Log message:

Fixed area select

diffstat:

 web/index.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 71cdec012b0a -r d3a7aa4883c9 web/index.php
--- a/web/index.php     Tue Mar 28 20:57:19 2017 +0100
+++ b/web/index.php     Tue Mar 28 21:05:19 2017 +0100
@@ -315,7 +315,7 @@
 echo "<div id=\"dwm_header\" class=\"screenonly\">\n";
 
 // Show all available areas
-echo make_area_select_html('day.php', $area, $year, $month, $day);
+echo make_area_select_html('index.php', $area, $year, $month, $day);
 
 // Draw the three month calendars
 if (!$display_calendar_bottom)

------------------------------------------------------------------------------
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