Bläddra i källkod

! Message labels don't exist in the members table, we shouldn't be trying to add things to them.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 år sedan
förälder
incheckning
4987417c9a
2 ändrade filer med 2 tillägg och 3 borttagningar
  1. 0 1
      Sources/Subs-Members.php
  2. 2 2
      other/install.php

+ 0 - 1
Sources/Subs-Members.php

@@ -623,7 +623,6 @@ function registerMember(&$regOptions, $return_errors = false)
 		'lngfile' => '',
 		'buddy_list' => '',
 		'pm_ignore_list' => '',
-		'message_labels' => '',
 		'website_title' => '',
 		'website_url' => '',
 		'location' => '',

+ 2 - 2
other/install.php

@@ -1431,7 +1431,7 @@ function AdminAccount()
 					'id_group' => 'int', 'posts' => 'int', 'date_registered' => 'int', 'hide_email' => 'int',
 					'password_salt' => 'string', 'lngfile' => 'string', 'personal_text' => 'string', 'avatar' => 'string',
 					'member_ip' => 'string', 'member_ip2' => 'string', 'buddy_list' => 'string', 'pm_ignore_list' => 'string',
-					'message_labels' => 'string', 'website_title' => 'string', 'website_url' => 'string', 'location' => 'string',
+					'website_title' => 'string', 'website_url' => 'string', 'location' => 'string',
 					'aim' => 'string', 'icq' => 'string', 'skype' => 'string', 'signature' => 'string', 'usertitle' => 'string', 'secret_question' => 'string',
 					'additional_groups' => 'string', 'ignore_boards' => 'string', 'openid_uri' => 'string',
 				),
@@ -1440,7 +1440,7 @@ function AdminAccount()
 					1, 0, time(), 0,
 					$incontext['member_salt'], '', '', '',
 					$ip, $ip, '', '',
-					'', '', '', '',
+					'', '', '',
 					'', '', '', '', '', '',
 					'', '', '',
 				),