From 6e08f398200de8a1560e14cdb4fb6c278a8e2b94 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 21 Jul 2012 03:48:59 -0700 Subject: simplify --- mod/register.php | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'mod/register.php') diff --git a/mod/register.php b/mod/register.php index d52b5a6e1..d48a7086d 100644 --- a/mod/register.php +++ b/mod/register.php @@ -202,24 +202,13 @@ function register_content(&$a) { $photo = ((x($_POST,'photo')) ? $_POST['photo'] : ((x($_GET,'photo')) ? hex2bin($_GET['photo']) : '')); $invite_id = ((x($_POST,'invite_id')) ? $_POST['invite_id'] : ((x($_GET,'invite_id')) ? $_GET['invite_id'] : '')); - $noid = get_config('system','no_openid'); - if($noid) { - $oidhtml = ''; - $fillwith = ''; - $fillext = ''; - $oidlabel = ''; - } - else { - $oidhtml = ''; - $fillwith = t("You may \x28optionally\x29 fill in this form via OpenID by supplying your OpenID and clicking 'Register'."); - $fillext = t('If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.'); - $oidlabel = t("Your OpenID \x28optional\x29: "); - } - - // I set this and got even more fake names than before... + $oidhtml = ''; + $fillwith = ''; + $fillext = ''; + $oidlabel = ''; - $realpeople = ''; // t('Members of this network prefer to communicate with real people who use their real names.'); + $realpeople = ''; if(get_config('system','publish_all')) { $profile_publish_reg = ''; -- cgit v1.2.3