Whinging whining stupid fucks.

This commit is contained in:
friendica
2013-02-12 02:02:35 -08:00
parent e7170cb513
commit 3ee75a795a
5 changed files with 19 additions and 33 deletions

View File

@@ -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");