From 46a7c42f24d34963b994a679f46454767eb386c6 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 1 Aug 2006 07:04:04 +0000 Subject: [PATCH] r1019: Changing the default email options --- includes/api_user.php | 2 +- install/upgrade2.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api_user.php b/includes/api_user.php index 185dba6..94e8e14 100644 --- a/includes/api_user.php +++ b/includes/api_user.php @@ -117,7 +117,7 @@ class UserAPI extends API INSERT INTO " . TABLE_PREFIX . "useremail (userid, mask, relation) VALUES - (" . $this->insertid . ", 2080, 0), + (" . $this->insertid . ", 32, 0), (" . $this->insertid . ", 1856, 1), (" . $this->insertid . ", 1984, 2), (" . $this->insertid . ", 1088, 4), diff --git a/install/upgrade2.php b/install/upgrade2.php index 3a6deb8..97825bd 100644 --- a/install/upgrade2.php +++ b/install/upgrade2.php @@ -231,7 +231,7 @@ if ($bugsys->in['mark'] == 6) INSERT INTO " . TABLE_PREFIX . "useremail (userid, mask, relation) VALUES - ($user[userid], 2080, 0), + ($user[userid], 32, 0), ($user[userid], 1856, 1), ($user[userid], 1984, 2), ($user[userid], 1088, 4), -- 2.22.5