From ff7b51bff2c141b064b29d9162229e6ce0c1d07c Mon Sep 17 00:00:00 2001 From: "Stefan A. Brannfjell" Date: Mon, 30 Jan 2017 16:44:14 +0100 Subject: [PATCH] Update database2znoteaac.php Compatibility with flags --- special/database2znoteaac.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/special/database2znoteaac.php b/special/database2znoteaac.php index abbac5e..2ad01bb 100644 --- a/special/database2znoteaac.php +++ b/special/database2znoteaac.php @@ -94,7 +94,7 @@ require '../engine/function/users.php'; foreach ($old_accounts as $old) { // Make acc data compatible: - mysql_insert("INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`) VALUES ('$old', '0', '$time')"); + mysql_insert("INSERT INTO `znote_accounts` (`account_id`, `ip`, `created`, `flag`) VALUES ('$old', '0', '$time', '')"); $updated_acc += 1; // Fetch unsalted password @@ -150,4 +150,4 @@ require '../engine/function/users.php'; echo 'Updated characters: : '. $updated_char .'
'; echo 'Detected:'. $updated_pass .' accounts with plain passwords. These passwords has been given sha1 encryption.
'; echo '
All accounts and characters are compatible with Znote AAC
'; -?> \ No newline at end of file +?>