From a630342bb4eca27735dff3d60e6247353a13e492 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 8 Aug 2018 16:00:34 -1000 Subject: [PATCH] prepping for preferred gw account, and character associated with that account --- preferences.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/preferences.php b/preferences.php index 7050a4c..0cad550 100644 --- a/preferences.php +++ b/preferences.php @@ -14,6 +14,12 @@ if (!empty($_POST['oldpass'])) { echo '

Change e-mail or password

'; +// select which GW account you want to default to +# needed code: select accid from table gwaccounts, store it in prefacc in table userinfo + +// select which character from your GW account you want to default to +# needed code: select charrid from table gwchars selected by accid + // update e-mail address form echo '
'; echo '';
Update e-mail address