Removed mysql reference

git-svn-id: http://svn.automattic.com/wordpress/trunk@256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle 2003-07-19 22:47:17 +00:00
parent e092dcd164
commit 8625d16d13
1 changed files with 1 additions and 1 deletions

View File

@ -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&#8217;t register you... please contact the <a href="mailto:'.$admin_email.'">webmaster</a> !' . mysql_error());
die ('<strong>ERROR</strong>: Couldn&#8217;t register you... please contact the <a href="mailto:'.$admin_email.'">webmaster</a> !');
}
$stars = '';