Changeset:
669fda56dedb
https://sourceforge.net/p/mrbs/hg-code/ci/669fda56dedbb7728f64d9d8910de80a7b03efb3
Author:
Campbell Morrison <[email protected]>
Date:
Fri Oct 07 07:43:32 2016 +0100
Log message:
Changed some 'require's into 'require_once's.
diffstat:
web/upgrade/32/post.inc | 2 +-
web/upgrade/34/post.inc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 2073ef1a3717 -r 669fda56dedb web/upgrade/32/post.inc
--- a/web/upgrade/32/post.inc Fri Oct 07 06:43:23 2016 +0100
+++ b/web/upgrade/32/post.inc Fri Oct 07 07:43:32 2016 +0100
@@ -3,7 +3,7 @@
// $Id$
-require "standard_vars.inc.php"; // to ensure the timezone is set
+require_once "standard_vars.inc.php"; // to ensure the timezone is set
global $tbl_repeat, $tbl_area, $tbl_room, $admin_handle;
diff -r 2073ef1a3717 -r 669fda56dedb web/upgrade/34/post.inc
--- a/web/upgrade/34/post.inc Fri Oct 07 06:43:23 2016 +0100
+++ b/web/upgrade/34/post.inc Fri Oct 07 07:43:32 2016 +0100
@@ -5,7 +5,7 @@
// Convert MONTHLY_SAMEDAY repeats into MONTHLY repeats with a specified
month_relative (eg '2TU')
-require "standard_vars.inc.php"; // to ensure the timezone is set
+require_once "standard_vars.inc.php"; // to ensure the timezone is set
global $tbl_repeat, $tbl_area, $tbl_room, $admin_handle;
------------------------------------------------------------------------------
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