diff options
author | friendica <info@friendica.com> | 2013-02-12 02:02:35 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-12 02:02:35 -0800 |
commit | 3ee75a795a471573de307d7be70bfb61bf1d63fa (patch) | |
tree | babacf0dcbcdd3ee373b1bf6eb323c8bd455bd53 /include/account.php | |
parent | e7170cb5134677eb4352f1852b818aef73bfdb0a (diff) | |
download | volse-hubzilla-3ee75a795a471573de307d7be70bfb61bf1d63fa.tar.gz volse-hubzilla-3ee75a795a471573de307d7be70bfb61bf1d63fa.tar.bz2 volse-hubzilla-3ee75a795a471573de307d7be70bfb61bf1d63fa.zip |
Whinging whining stupid fucks.
Diffstat (limited to 'include/account.php')
-rw-r--r-- | include/account.php | 8 |
1 files changed, 0 insertions, 8 deletions
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"); |