From 3ee75a795a471573de307d7be70bfb61bf1d63fa Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 12 Feb 2013 02:02:35 -0800 Subject: Whinging whining stupid fucks. --- include/account.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/account.php') diff --git a/include/account.php b/include/account.php index 8809d908a..a31dbba4b 100644 --- a/include/account.php +++ b/include/account.php @@ -332,14 +332,6 @@ function user_allow($hash) { intval($register[0]['uid']) ); - $r = q("SELECT uid FROM profile WHERE uid = %d AND is_default = 1", - intval($account[0]['account_id']) - ); - - if($r && $r[0]['publish']) { - proc_run('php',"include/directory.php",$r[0]['uid']); - } - push_lang($register[0]['language']); $email_tpl = get_intltext_template("register_open_eml.tpl"); -- cgit v1.2.3