summaryrefslogtreecommitdiff
path: root/includes/session.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-10-23 14:13:25 +0000
committerfisharebest <fisharebest@gmail.com>2010-10-23 14:13:25 +0000
commit69116898aac8c11d55fcfc6478d660f4960aaf0c (patch)
treeffd83e6e30476393f5b7a77aeae6e7452bc76410 /includes/session.php
parent2c1eea7cb82050382cf0c1e4d13936996d1d0a67 (diff)
downloadwebtrees-69116898aac8c11d55fcfc6478d660f4960aaf0c.tar.gz
webtrees-69116898aac8c11d55fcfc6478d660f4960aaf0c.tar.bz2
webtrees-69116898aac8c11d55fcfc6478d660f4960aaf0c.zip
Relationship privacy - combine the separate gedcom-settings and user-settings into a user-gedcom-setting. This provides more flexibility and is much easier to understand.
Diffstat (limited to 'includes/session.php')
-rw-r--r--includes/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/session.php b/includes/session.php
index 71344a99f8..bd7df72361 100644
--- a/includes/session.php
+++ b/includes/session.php
@@ -48,7 +48,7 @@ define('WT_DEBUG_SQL', false);
define('WT_ERROR_LEVEL', 2); // 0=none, 1=minimal, 2=full
// Required version of database tables/columns/indexes/etc.
-define('WT_SCHEMA_VERSION', 3);
+define('WT_SCHEMA_VERSION', 4);
// Regular expressions for validating user input, etc.
define('WT_REGEX_XREF', '[A-Za-z0-9:_-]+');