From 39038a33d1505c9f01e901d6ca92b6e07b91c8ae Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 1 Aug 2006 07:12:46 +0000 Subject: [PATCH] r1023: NOW we have the right email options --- includes/api_user.php | 6 +++--- install/upgrade2.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/includes/api_user.php b/includes/api_user.php index 94e8e14..690d6a3 100644 --- a/includes/api_user.php +++ b/includes/api_user.php @@ -118,10 +118,10 @@ class UserAPI extends API (userid, mask, relation) VALUES (" . $this->insertid . ", 32, 0), - (" . $this->insertid . ", 1856, 1), + (" . $this->insertid . ", 320, 1), (" . $this->insertid . ", 1984, 2), - (" . $this->insertid . ", 1088, 4), - (" . $this->insertid . ", 320, 8), + (" . $this->insertid . ", 64, 4), + (" . $this->insertid . ", 64, 8), (" . $this->insertid . ", 256, 16 ) "); diff --git a/install/upgrade2.php b/install/upgrade2.php index 97825bd..ea8c7ab 100644 --- a/install/upgrade2.php +++ b/install/upgrade2.php @@ -232,10 +232,10 @@ if ($bugsys->in['mark'] == 6) (userid, mask, relation) VALUES ($user[userid], 32, 0), - ($user[userid], 1856, 1), + ($user[userid], 320, 1), ($user[userid], 1984, 2), - ($user[userid], 1088, 4), - ($user[userid], 320, 8), + ($user[userid], 64, 4), + ($user[userid], 64, 8), ($user[userid], 256, 16 ) "); -- 2.22.5