Removed mysql reference
git-svn-id: http://svn.automattic.com/wordpress/trunk@256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e092dcd164
commit
8625d16d13
|
@ -98,7 +98,7 @@ case 'register':
|
|||
('$user_login', '$pass1', '$user_nickname', '$user_email', '$user_ip', '$user_domain', '$user_browser', NOW(), '$new_users_can_blog', 'nickname')");
|
||||
|
||||
if ($result == false) {
|
||||
die ('<strong>ERROR</strong>: Couldn’t register you... please contact the <a href="mailto:'.$admin_email.'">webmaster</a> !' . mysql_error());
|
||||
die ('<strong>ERROR</strong>: Couldn’t register you... please contact the <a href="mailto:'.$admin_email.'">webmaster</a> !');
|
||||
}
|
||||
|
||||
$stars = '';
|
||||
|
|
Loading…
Reference in New Issue