Changeset:
6b7c9093ee1b
https://sourceforge.net/p/mrbs/hg-code/ci/6b7c9093ee1b10d14a5951e45fc986f6beab63d8
Author:
Campbell Morrison <[email protected]>
Date:
Thu Mar 30 10:55:47 2017 +0100
Log message:
Reverted previous change as it didn't solve the problem. See SF Bugs #383.
diffstat:
web/edit_entry_handler.php | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (16 lines):
diff -r ebe0e8bd02a1 -r 6b7c9093ee1b web/edit_entry_handler.php
--- a/web/edit_entry_handler.php Wed Mar 29 18:22:44 2017 +0100
+++ b/web/edit_entry_handler.php Thu Mar 30 10:55:47 2017 +0100
@@ -604,12 +604,6 @@
}
}
-// Turn the location into an absolute location, to keep IE8 happy.
-$scheme = (isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] !== 'off')) ?
'https' : 'http';
-$host = $HTTP_HOST;
-$dir = dirname($PHP_SELF);
-$returl = "$scheme://$host$dir/$returl";
-
// If we haven't been given a sensible date then get out of here and don't try
and make a booking
if (!isset($start_day) || !isset($start_month) || !isset($start_year) ||
!checkdate($start_month, $start_day, $start_year))
{
------------------------------------------------------------------------------
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