Browse Source

Update install.php

! 'location' field removed (field was dropped from older versions in upgrade package)

Signed-off-by: -Underdog- [email protected]
Underdog 11 years ago
parent
commit
1858294368
1 changed files with 2 additions and 2 deletions
  1. 2 2
      other/install.php

+ 2 - 2
other/install.php

@@ -1462,7 +1462,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',
-					'website_title' => 'string', 'website_url' => 'string', 'location' => 'string',
+					'website_title' => 'string', 'website_url' => 'string',
 					'signature' => 'string', 'usertitle' => 'string', 'secret_question' => 'string',
 					'additional_groups' => 'string', 'ignore_boards' => 'string', 'openid_uri' => 'string',
 				),
@@ -2722,4 +2722,4 @@ function template_delete_install()
 		', $txt['good_luck'];
 }
 
-?>
+?>